@@ -13,7 +13,7 @@ |
||
13 | 13 | { |
14 | 14 | public function items(ItemsEvent $event) |
15 | 15 | { |
16 | - if (!$event->target instanceof Result) { |
|
16 | + if ( ! $event->target instanceof Result) { |
|
17 | 17 | return; |
18 | 18 | } |
19 | 19 |