Passed
Push — master ( 9aec77...f505e3 )
by Herberto
03:25
created
src/ClassHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
     }
172 172
 
173 173
     /**
174
-     * @param array $excludedVisibility
174
+     * @param string[] $excludedVisibility
175 175
      *
176 176
      * @return array
177 177
      */
Please login to merge, or discard this patch.
src/InstanceHelper.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -89,6 +89,7 @@
 block discarded – undo
89 89
     /**
90 90
      * @throws InvalidArgumentException
91 91
      *
92
+     * @param callable $input
92 93
      * @return ReflectionFunction|ReflectionMethod
93 94
      */
94 95
     private static function getCallableReflectionMethod($input)
Please login to merge, or discard this patch.