We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9190db3 commit 6b8088aCopy full SHA for 6b8088a
src/Install/CodeEnvironment/CodeEnvironment.php
@@ -17,7 +17,9 @@ abstract class CodeEnvironment
17
{
18
public bool $useAbsolutePathForMcp = false;
19
20
- public function __construct(protected readonly DetectionStrategyFactory $strategyFactory) {}
+ public function __construct(protected readonly DetectionStrategyFactory $strategyFactory)
21
+ {
22
+ }
23
24
abstract public function name(): string;
25
0 commit comments