@@ -108,7 +108,7 @@ discard block |
||
| 108 | 108 | * |
| 109 | 109 | * @param string $name The input name. |
| 110 | 110 | * |
| 111 | - * @return mixed The input value. |
|
| 111 | + * @return AbstractInput The input value. |
|
| 112 | 112 | * |
| 113 | 113 | */ |
| 114 | 114 | public function __get($name) |
@@ -334,7 +334,7 @@ discard block |
||
| 334 | 334 | * |
| 335 | 335 | * @param string $name The input name. |
| 336 | 336 | * |
| 337 | - * @return mixed |
|
| 337 | + * @return AbstractInput |
|
| 338 | 338 | * |
| 339 | 339 | */ |
| 340 | 340 | public function get($name = null) |
@@ -10,7 +10,6 @@ |
||
| 10 | 10 | */ |
| 11 | 11 | namespace Aura\Input; |
| 12 | 12 | |
| 13 | -use ArrayObject; |
|
| 14 | 13 | use Aura\Filter_Interface\FilterInterface; |
| 15 | 14 | use Aura\Filter_Interface\FailureCollectionInterface; |
| 16 | 15 | |