@@ -16,7 +16,6 @@ |
||
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 | */ |
@@ -22,7 +22,6 @@ |
||
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 | */ |
@@ -56,7 +56,6 @@ |
||
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"]. |
@@ -15,7 +15,6 @@ |
||
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 | */ |