Passed
Pull Request — master (#161)
by
unknown
09:28 queued 11s
created
src/Statement.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -379,7 +379,9 @@
 block discarded – undo
379 379
             return null;
380 380
         }
381 381
 
382
-        if (!$key) return $this->statistics;
382
+        if (!$key) {
383
+            return $this->statistics;
384
+        }
383 385
 
384 386
         if (!isset($this->statistics[$key])) {
385 387
             return null;
Please login to merge, or discard this patch.