Passed
Pull Request — master (#4)
by
unknown
01:56
created
src/Holidays.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
                     ];
146 146
                 }
147 147
 
148
-                usort($result, function ($a, $b) {
148
+                usort($result, function($a, $b) {
149 149
                     if ($a['date'] == $b['date']) {
150 150
                         return 0;
151 151
                     }
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
             } else {
156 156
                 $result = $response['items'];
157 157
 
158
-                usort($result, function ($a, $b) {
158
+                usort($result, function($a, $b) {
159 159
                     if ($a['start']['date'] == $b['start']['date']) {
160 160
                         return 0;
161 161
                     }
Please login to merge, or discard this patch.