@@ -196,7 +196,7 @@  | 
                                                    ||
| 196 | 196 | */  | 
                                                        
| 197 | 197 | protected function getMeta(Query $query): ?array  | 
                                                        
| 198 | 198 |      { | 
                                                        
| 199 | -        if (! $query->isWithMeta()) { | 
                                                        |
| 199 | +        if (!$query->isWithMeta()) { | 
                                                        |
| 200 | 200 | return null;  | 
                                                        
| 201 | 201 | }  | 
                                                        
| 202 | 202 | |