We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5db5c4 + 32afbc8 commit d381c12Copy full SHA for d381c12
2 files changed
lab-station
@@ -20,9 +20,11 @@ use Innmind\CLI\{
20
Environment,
21
};
22
use Innmind\OperatingSystem\OperatingSystem;
23
+use Innmind\Immutable\Attempt;
24
25
new class extends Main {
- protected function main(Environment $env, OperatingSystem $os): Environment
26
+ #[\Override]
27
+ protected function main(Environment $env, OperatingSystem $os): Attempt
28
{
29
$run = bootstrap($os);
30
psalm.xml
@@ -10,6 +10,7 @@
10
>
11
<projectFiles>
12
<directory name="src" />
13
+ <file name="lab-station" />
14
<ignoreFiles>
15
<directory name="vendor" />
16
</ignoreFiles>
0 commit comments