1
0
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:
Roland Franssen :) 2023-07-01 14:00:12 +02:00 committed by GitHub
parent ce9d9db115
commit 010306fda8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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