Add enum support #4607
Annotations
7 errors
src/Rule/In.php#L35
src/Rule/In.php:35:27: UndefinedClass: Class, interface or enum named Yiisoft\Validator\DumpedRuleInterface does not exist (see https://psalm.dev/019)
|
src/Rule/InEnum.php#L84
src/Rule/InEnum.php:84:13: TypeDoesNotContainType: Type string for $this->class is always string (see https://psalm.dev/056)
|
src/Rule/InEnum.php#L107
src/Rule/InEnum.php:107:29: InvalidStringClass: String cannot be used as a class (see https://psalm.dev/160)
|
src/Rule/InEnum.php#L107
src/Rule/InEnum.php:107:29: MixedArgument: Argument 1 of array_column cannot be mixed, expecting array<array-key, mixed> (see https://psalm.dev/030)
|
src/Rule/InHandler.php#L20
src/Rule/InHandler.php:20:87: MixedInferredReturnType: Could not verify return type 'Yiisoft\Validator\Result' for Yiisoft\Validator\Rule\InHandler::validate (see https://psalm.dev/047)
|
src/Rule/InHandler.php#L22
src/Rule/InHandler.php:22:31: MissingDependency: Yiisoft\Validator\Rule\In depends on class or interface yiisoft\validator\dumpedruleinterface that does not exist (see https://psalm.dev/157)
|
|
The logs for this run have expired and are no longer available.
Loading