Completed
Pull Request — master (#75)
by yi
02:02
created
src/Support/Composer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      * @param string $loggingPath
60 60
      * @param string $composerPath
61 61
      */
62
-    public function __construct(Filesystem $files, string $workingPath, string $loggingPath,string $composerPath='/usr/bin/composer')
62
+    public function __construct(Filesystem $files, string $workingPath, string $loggingPath, string $composerPath = '/usr/bin/composer')
63 63
     {
64 64
         $this->files = $files;
65 65
         $this->workingPath = $workingPath;
Please login to merge, or discard this patch.