1
0
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:
Roland Franssen :) 2023-07-01 16:50:25 +02:00 committed by GitHub
parent 039c526c58
commit f07cdfc129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);