Increase PHP version #4
Annotations
4 errors
RedundantCondition:
demos/demo.php#L18
demos/demo.php:18:13: RedundantCondition: Type 4 for $var1 is always =int(4) (see https://psalm.dev/122)
|
PossiblyUnusedReturnValue:
src/Terremoth/Async/File.php#L20
src/Terremoth/Async/File.php:20:28: PossiblyUnusedReturnValue: The return value for this method is never used (see https://psalm.dev/273)
|
PossiblyUnusedReturnValue:
src/Terremoth/Async/Process.php#L32
src/Terremoth/Async/Process.php:32:51: PossiblyUnusedReturnValue: The return value for this method is never used (see https://psalm.dev/273)
|
run
Process completed with exit code 2.
|