@@ -52,7 +52,7 @@ |
||
| 52 | 52 | { |
| 53 | 53 | $result = $event->getControllerResult(); |
| 54 | 54 | |
| 55 | - if (! is_object($result)) { |
|
| 55 | + if (!is_object($result)) { |
|
| 56 | 56 | return; |
| 57 | 57 | } |
| 58 | 58 | |