Skip to content

Commit

Permalink
Update Psalm.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0NL authored Jul 1, 2023
1 parent 039c526 commit f07cdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/Cli/Psalm.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public static function run(array $argv): void

// 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);
Expand Down

0 comments on commit f07cdfc

Please sign in to comment.