Completed
Push — develop ( d25f12...63ca9b )
by Stuart
02:47
created
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 object's
62 62
      *         non-static properties
63 63
      * @throws InvalidArgumentException
Please login to merge, or discard this patch.
src/TypeInspectors/IsStringy.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -90,8 +90,6 @@
 block discarded – undo
90 90
     /**
91 91
      * is $item something that PHP will accept as a string?
92 92
      *
93
-     * @param  mixed $item
94
-     *         the variable to examine
95 93
      * @return boolean
96 94
      *         TRUE if PHP will happily use $item as a string
97 95
      *         FALSE otherwise
Please login to merge, or discard this patch.