This commit is contained in:
2023-10-24 17:22:29 +08:00
parent 982e9d66bc
commit 115d228158
9 changed files with 14 additions and 15 deletions
+5
View File
@@ -7,6 +7,11 @@ interface ValidatorInterface
{
/**
* @param object $class
* @param string $name
* @return bool
*/
public function dispatch(object $class, string $name): bool;
}