Skip to content

Commit

Permalink
Update File.php
Browse files Browse the repository at this point in the history
  • Loading branch information
terremoth authored Dec 2, 2024
1 parent 35ed0ae commit 581ae85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Terremoth/Async/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ public function run(): int
}

$process = new SymfonyProcess($template);
return $process->run();
return $process->start();

Check failure on line 29 in src/Terremoth/Async/File.php

View workflow job for this annotation

GitHub Actions / run

NullableReturnStatement

src/Terremoth/Async/File.php:29:16: NullableReturnStatement: The declared return type 'int' for Terremoth\Async\File::run is not nullable, but the function returns 'null' (see https://psalm.dev/139)
}
}

0 comments on commit 581ae85

Please sign in to comment.