@@ -379,7 +379,9 @@ |
||
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; |