Completed
Branch 3.x (2a3b42)
by Hari
02:40
created
src/CollectionIterator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
      * 
112 112
      * Is the current iterator position valid?
113 113
      * 
114
-     * @return void
114
+     * @return boolean
115 115
      * 
116 116
      */
117 117
     public function valid()
Please login to merge, or discard this patch.
src/Fieldset.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
      *
108 108
      * @param string $name The input name.
109 109
      *
110
-     * @return mixed The input value.
110
+     * @return AbstractInput The input value.
111 111
      *
112 112
      */
113 113
     public function __get($name)
@@ -355,7 +355,7 @@  discard block
 block discarded – undo
355 355
      *
356 356
      * Filters the inputs on this fieldset.
357 357
      *
358
-     * @return bool True if all the filter rules pass, false if not.
358
+     * @return boolean|null True if all the filter rules pass, false if not.
359 359
      *
360 360
      */
361 361
      public function filter()
Please login to merge, or discard this patch.