Completed
Push — master ( f13f69...6d1f4b )
by Antarès
02:53
created
lib/Accessible/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
lib/Accessible/Reader/Reader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.