Completed
Push — master ( 674961...f4f264 )
by Antarès
03:25
created
lib/Accessible/Reader/AccessReader.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
     /**
17 17
      * Get a list of properties and the access that are given to them for given object.
18 18
      *
19
-     * @param object $object The object to read.
20 19
      *
21 20
      * @return array The list of properties and their access.
22 21
      */
Please login to merge, or discard this patch.
lib/Accessible/Reader/AssociationReader.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
      * Ex: ["products" => ["property" => "cart", "association" => "inverted"]]
23 23
      *
24 24
      * @param array  $properties The properties of the object to read.
25
-     * @param Reader $objectClasses The annotation reader to use.
26 25
      *
27 26
      * @return array The described list.
28 27
      */
Please login to merge, or discard this patch.
lib/Accessible/Reader/AutoConstructReader.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,6 @@
 block discarded – undo
56 56
      * during the object construction, plus their value.
57 57
      *
58 58
      * @param array  $properties The properties of the object to read.
59
-     * @param Reader $objectClasses The annotation reader to use.
60 59
      *
61 60
      * @return array The list of properties and values,
62 61
      *               in the form ["property" => "value"].
Please login to merge, or discard this patch.
lib/Accessible/Reader/CollectionsReader.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
      * ]
16 16
      *
17 17
      * @param array  $properties The properties of the object to read.
18
-     * @param Reader $objectClasses The annotation reader to use.
19 18
      *
20 19
      * @return array The described list.
21 20
      */
Please login to merge, or discard this patch.