Completed
Push — master ( c84710...977d86 )
by Antarès
02:11
created
lib/Accessible/Configuration.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
lib/Accessible/Reader/AssociationReader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.