1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-04 18:48:03 +01:00

Merge branch '5.x' into upstream-master

This commit is contained in:
Bruce Weirdan 2023-08-21 01:07:55 +02:00
commit 98d1ca9762
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -493,7 +493,7 @@ final class CliUtils
STDERR,
$e->getMessage() . PHP_EOL,
);
exit(2);
exit(1);
}
}
}