Skip to content

chore: update phpstan to v2#541

Merged
qroques merged 1 commit intomasterfrom
chore/update-phpstan-to-v2
Mar 27, 2026
Merged

chore: update phpstan to v2#541
qroques merged 1 commit intomasterfrom
chore/update-phpstan-to-v2

Conversation

@qroques
Copy link
Copy Markdown
Contributor

@qroques qroques commented Feb 13, 2026

No description provided.

@qroques qroques marked this pull request as ready for review February 20, 2026 14:31
Comment on lines +986 to +987
$pathEnv = \getenv('PATH');
if (false === $pathEnv) {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
$pathEnv = \getenv('PATH');
if (false === $pathEnv) {
$pathEnv = \getenv('PATH');
if (false === $pathEnv) {

@qroques qroques merged commit 8565fe3 into master Mar 27, 2026
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants