Completed
Push — master ( ae2a76...966ecc )
by James
05:36
created
src/WebHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -268,7 +268,7 @@
 block discarded – undo
268 268
             return '';
269 269
         }
270 270
 
271
-        $sortByVersion = function (\SplFileInfo $aFile, \SplFileInfo $bFile) {
271
+        $sortByVersion = function(\SplFileInfo $aFile, \SplFileInfo $bFile) {
272 272
             $aVersion = basename($aFile->getRelativePath());
273 273
             $bVersion = basename($bFile->getRelativePath());
274 274
 
Please login to merge, or discard this patch.