@@ -22,8 +22,8 @@ |
||
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 |