@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | * Get the annotation reader that is used. |
59 | 59 | * Initializes it if it doesn't already exists. |
60 | 60 | * |
61 | - * @return Reader The annotation reader. |
|
61 | + * @return null|Reader The annotation reader. |
|
62 | 62 | */ |
63 | 63 | public static function getAnnotationReader() |
64 | 64 | { |
@@ -99,7 +99,7 @@ discard block |
||
99 | 99 | /** |
100 | 100 | * Set the constraints validator that will be used. |
101 | 101 | * |
102 | - * @param ConstraintValidator $constraintsValidator The annotation reader. |
|
102 | + * @param ValidatorInterface $constraintsValidator The annotation reader. |
|
103 | 103 | */ |
104 | 104 | public static function setConstraintsValidator(ValidatorInterface $constraintsValidator) |
105 | 105 | { |
@@ -14,7 +14,7 @@ |
||
14 | 14 | * "byProperty" => "users" => ["itemName" => "user", "behavior" => "list", "methods" => ["add", "remove"]] |
15 | 15 | * ] |
16 | 16 | * |
17 | - * @param object $object The object to read. |
|
17 | + * @param \Accessible\AutomatedBehaviorTrait $object The object to read. |
|
18 | 18 | * |
19 | 19 | * @return array The described list. |
20 | 20 | */ |