Skip to content

Commit 88bbd9c

Browse files
committed
formatting
1 parent 1057c7f commit 88bbd9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/Concerns/InstallsRoadRunnerDependencies.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ protected function ensureRoadRunnerPackageIsInstalled()
6262
protected function findComposer()
6363
{
6464
$composerPath = getcwd().'/composer.phar';
65+
6566
$phpPath = (new PhpExecutableFinder)->find();
6667

6768
if (! file_exists($composerPath)) {

0 commit comments

Comments
 (0)