Passed
Push — master ( 366ba7...82d1d8 )
by Mr
11:22
created
src/RssReader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.