Skip to content

Commit 402dba1

Browse files
committed
refactor: streamline code environment detection and remove redundant method
- Replaced `getAllPrograms` with `getCodeEnvironments` for consistency and public access. - Removed the private `getAllPrograms` method in favor of consolidated logic. - Adjusted usage across detection methods to align with the updated method structure.
1 parent 993b806 commit 402dba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Install/CodeEnvironmentsDetector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function discoverProjectInstalledCodeEnvironments(string $basePath): arra
6363
}
6464

6565
/**
66-
* Get all registered programs (public access).
66+
* Get all registered code environments.
6767
*
6868
* @return Collection<string, CodeEnvironment>
6969
*/

0 commit comments

Comments
 (0)