Passed
Branch master (090dfc)
by Artem
04:13 queued 01:57
created
src/FakableRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.