* SPDX-License-Identifier: MIT */ declare(strict_types=1); namespace Respect\Validation; /** Interface for validation rules */ /** * @author Alexandre Gomes Gaigalas */ interface NonNegatable { }