@@ -353,8 +353,8 @@ discard block |
||
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 | $success = $this->filter->apply($this); |
359 | 359 | if (! $success) { |
360 | 360 | $this->success = $success; |
@@ -371,7 +371,7 @@ discard block |
||
371 | 371 | } |
372 | 372 | } |
373 | 373 | |
374 | - // If there is no failure, then it is a success on all Filters |
|
374 | + // If there is no failure, then it is a success on all Filters |
|
375 | 375 | if (! isset($this->success) && $success) { |
376 | 376 | $this->success = true; |
377 | 377 | } |