Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade phpstan for PHP 8.2 support #663

Merged
merged 1 commit into from
Apr 23, 2024
Merged

Upgrade phpstan for PHP 8.2 support #663

merged 1 commit into from
Apr 23, 2024

Conversation

AronNovak
Copy link
Member

@@ -486,9 +486,6 @@ public function deployCheckRequirementErrors(string $environment): void {

$errors = [];
$parsed_output = str_getcsv($output, "\n");
if (empty($parsed_output)) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

str_getcsv returns an array always

@AronNovak AronNovak merged commit ad0a9a6 into main Apr 23, 2024
1 check passed
@AronNovak AronNovak deleted the 662-phpstan branch April 23, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants