Completed
Push — develop ( 7befb7...50d370 )
by Stuart
02:47
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/ClassesAndObjects/HasClassProperties.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
      * @param  int $filter
58 58
      *         the kind of properties to look for
59 59
      *         default is to look for public properties only
60
-     * @return array
60
+     * @return boolean
61 61
      *         a (possibly empty) read-only list of the class's static properties
62 62
      * @throws InvalidArgumentException
63 63
      *         if $target is not a valid class name
Please login to merge, or discard this patch.
src/ClassesAndObjects/HasObjectProperties.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
      * @param  int $filter
58 58
      *         the kind of properties to look for
59 59
      *         default is to look for public properties only
60
-     * @return array
60
+     * @return boolean
61 61
      *         a (possibly empty) read-only list of the object's
62 62
      *         non-static properties
63 63
      * @throws InvalidArgumentException
Please login to merge, or discard this patch.