Bolt\Configuration\Validation\ValidatorInterface::remove PHP Метод

remove() публичный Метод

Remove a check from the list causing it to be skipped.
public remove ( string $checkName )
$checkName string Name of the check to remove
    public function remove($checkName);