Completed
Branch v1.x-dev (ef54be)
by Benjamin
03:52
created
src/Helper/AssetPackager.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
 
23 23
     private function load($directory)
24 24
     {
25
-        $manifestPath = $directory.'/manifest.json';
26
-        $entrypointsPath = $directory.'/entrypoints.json';
25
+        $manifestPath = $directory . '/manifest.json';
26
+        $entrypointsPath = $directory . '/entrypoints.json';
27 27
 
28 28
         $this->package = new Package(new JsonManifestVersionStrategy($manifestPath));
29 29
 
Please login to merge, or discard this patch.