@@ -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 |