Completed
Push — develop ( 5fe37a...52f35b )
by Stuart
01:58
created
src/TypeInspectors/GetDuckTypes.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      *
60 60
      * @param  mixed $item
61 61
      *         the item to examine
62
-     * @return array
62
+     * @return string[]
63 63
      *         the list of type(s) that this item can be
64 64
      */
65 65
     public function __invoke($item)
Please login to merge, or discard this patch.
src/TypeChecks/IsArray.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -62,8 +62,6 @@
 block discarded – undo
62 62
      * by array, we mean something that you can pass to any of PHP's
63 63
      * array_xxx() functions
64 64
      *
65
-     * @param  mixed $item
66
-     *         the item to be checked
67 65
      * @return boolean
68 66
      *         TRUE if the item is an array
69 67
      *         FALSE otherwise
Please login to merge, or discard this patch.