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 5c6b24d commit 6df0b3eCopy full SHA for 6df0b3e
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