@@ -111,7 +111,7 @@ |
||
| 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() |
@@ -107,7 +107,7 @@ discard block |
||
| 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 |
||
| 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() |