mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Update Psalm.php
This commit is contained in:
parent
ce9d9db115
commit
010306fda8
@ -184,7 +184,7 @@ final class Psalm
|
||||
}
|
||||
|
||||
// debug CI environment
|
||||
if (!in_array('--debug', $option, true) && 'true' === getenv('GITHUB_ACTIONS') && '1' === getenv('RUNNER_DEBUG')) {
|
||||
if (!in_array('--debug', $options, true) && 'true' === getenv('GITHUB_ACTIONS') && '1' === getenv('RUNNER_DEBUG')) {
|
||||
array_unshift('--debug', $options);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user