mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Update Psalm.php
This commit is contained in:
parent
039c526c58
commit
f07cdfc129
@ -186,7 +186,7 @@ final class Psalm
|
||||
|
||||
// debug CI environment
|
||||
if (!in_array('--debug', $options, true) && 'true' === getenv('GITHUB_ACTIONS') && '1' === getenv('RUNNER_DEBUG')) {
|
||||
array_unshift('--debug', $options);
|
||||
array_unshift($options, '--debug');
|
||||
}
|
||||
|
||||
self::forwardCliCall($options, $argv);
|
||||
|
Loading…
Reference in New Issue
Block a user