@@ -353,8 +353,8 @@ |
||
353 | 353 | * @return bool True if all the filter rules pass, false if not. |
354 | 354 | * |
355 | 355 | */ |
356 | - public function filter() |
|
357 | - { |
|
356 | + public function filter() |
|
357 | + { |
|
358 | 358 | $this->success = $this->filter->apply($this); |
359 | 359 | $this->failures = $this->filter->getFailures(); |
360 | 360 |
@@ -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 |