The expression return $this returns the type Yiisoft\Validator\Tests\...tWithPostValidationHook which is incompatible with the type-hinted return array.
Loading history...
27
}
28
29
public function hasAttribute(string $attribute): bool
30
{
31
return false;
32
}
33
34
public function processValidationResult(Result $result): void