Completed
Push — master ( 864841...a16bbd )
by Dmitry
02:18
created
src/AssetServerBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
         foreach ($assets as $assetName => $assetFiles) {
59 59
             $filePaths = [];
60 60
             foreach ($this->resolveAssetFilesPaths($assets, $assetFiles) as $filePath) {
61
-                $filePaths[] = $this->appPath.$filePath;
61
+                $filePaths[] = $this->appPath . $filePath;
62 62
             }
63 63
             
64 64
             $assetFilePaths[$assetName] = $filePaths;
Please login to merge, or discard this patch.