@@ -139,7 +139,7 @@ |
||
139 | 139 | * @param Cache $cache The cache driver. |
140 | 140 | * @param string $namespace The cache namespace. |
141 | 141 | */ |
142 | - private static function setCache(Cache &$cacheToChange = null, Cache $cache = null, $namespace = null) |
|
142 | + private static function setCache(Cache & $cacheToChange = null, Cache $cache = null, $namespace = null) |
|
143 | 143 | { |
144 | 144 | if ($namespace === null) { |
145 | 145 | $namespace = self::$cacheDefaultNamespace; |
@@ -82,7 +82,7 @@ |
||
82 | 82 | /** |
83 | 83 | * Get the information on a class from its instance. |
84 | 84 | * |
85 | - * @param object $object |
|
85 | + * @param \Accessible\AutomatedBehaviorTrait $object |
|
86 | 86 | * |
87 | 87 | * @return array |
88 | 88 | */ |