@@ -80,7 +80,7 @@ |
||
| 80 | 80 | */ |
| 81 | 81 | public function mediateCallback($given = null) |
| 82 | 82 | { |
| 83 | - if (! $this->shouldInvoke(func_get_args())) { |
|
| 83 | + if ( ! $this->shouldInvoke(func_get_args())) { |
|
| 84 | 84 | return $given; |
| 85 | 85 | } |
| 86 | 86 | |