Skip to content

Commit 649aa4c

Browse files
committed
refactor: streamline CodeEnvironmentsDetector logic and enhance related tests for improved detection accuracy
1 parent 79c8ec3 commit 649aa4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Console/InstallCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ private function boostLogo(): string
114114

115115
private function discoverEnvironment(): void
116116
{
117-
118117
$this->systemInstalledCodeEnvironments = $this->codeEnvironmentsDetector->discoverSystemInstalledCodeEnvironments();
119118
$this->projectInstalledCodeEnvironments = $this->codeEnvironmentsDetector->discoverProjectInstalledCodeEnvironments(base_path());
120119
$this->projectInstalledAgents = $this->codeEnvironmentsDetector->discoverProjectInstalledCodeEnvironments(base_path());

0 commit comments

Comments
 (0)