@@ -99,7 +99,7 @@ |
||
99 | 99 | $result = $this->getUnique($result); |
100 | 100 | |
101 | 101 | // Sort array by timestamp column |
102 | - usort($result, static function ($a, $b) { |
|
102 | + usort($result, static function($a, $b) { |
|
103 | 103 | if ($a['timestamp'] === $b['timestamp']) { |
104 | 104 | return 0; |
105 | 105 | } |