From 32afbc8eaab8d569dfb9735f2c595259a71e3cd2 Mon Sep 17 00:00:00 2001 From: Baptiste Langlade Date: Sat, 28 Feb 2026 19:52:40 +0100 Subject: [PATCH] fix binary --- lab-station | 4 +++- psalm.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lab-station b/lab-station index 7c2d6d9..5625192 100755 --- a/lab-station +++ b/lab-station @@ -20,9 +20,11 @@ use Innmind\CLI\{ Environment, }; use Innmind\OperatingSystem\OperatingSystem; +use Innmind\Immutable\Attempt; new class extends Main { - protected function main(Environment $env, OperatingSystem $os): Environment + #[\Override] + protected function main(Environment $env, OperatingSystem $os): Attempt { $run = bootstrap($os); diff --git a/psalm.xml b/psalm.xml index 510148d..2396ab8 100644 --- a/psalm.xml +++ b/psalm.xml @@ -10,6 +10,7 @@ > +