@@ -250,7 +250,7 @@ |
||
250 | 250 | |
251 | 251 | /** |
252 | 252 | * @param mixed $entity |
253 | - * @return string|int |
|
253 | + * @return null|callable |
|
254 | 254 | */ |
255 | 255 | private function getIdentifier($entity) |
256 | 256 | { |
@@ -15,7 +15,7 @@ |
||
15 | 15 | private $refl; |
16 | 16 | |
17 | 17 | /** |
18 | - * @param string|\Wandu\Validator\Contracts\RuleInterface|\Wandu\Validator\Contracts\TesterInterface|\Wandu\Validator\Validator $rule |
|
18 | + * @param Contracts\RuleInterface $rule |
|
19 | 19 | * @param string $T |
20 | 20 | */ |
21 | 21 | public function __construct($rule, string $T) |