init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Lucent\Schema\Validator;
|
||||
|
||||
interface ValidatorInterface
|
||||
{
|
||||
|
||||
public function validate(): ValidatorInterface;
|
||||
|
||||
public function value(): ValidatorError;
|
||||
|
||||
public function hasError(): bool;
|
||||
}
|
||||
Reference in New Issue
Block a user