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.
2 parents 4dc5743 + 6df0b3e commit d332d8fCopy full SHA for d332d8f
src/Install/CodeEnvironment/CodeEnvironment.php
@@ -17,7 +17,9 @@ abstract class CodeEnvironment
17
{
18
public bool $absolute = 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
src/Install/CodeEnvironmentsDetector.php
@@ -27,7 +27,8 @@ class CodeEnvironmentsDetector
27
28
public function __construct(
29
private readonly Container $container
30
- ) {}
+ ) {
31
32
33
/**
34
* Detect installed applications on the current platform.
0 commit comments