@@ -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 | */ |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | array_reverse($objectClasses); |
| 36 | 36 | |
| 37 | 37 | $annotationReader = Configuration::getAnnotationReader(); |
| 38 | - foreach($objectClasses as $class) { |
|
| 38 | + foreach ($objectClasses as $class) { |
|
| 39 | 39 | foreach ($class->getProperties() as $property) { |
| 40 | 40 | $propertyName = $property->getName(); |
| 41 | 41 | $annotation = null; |