Skip to content

chore: update phpstan to v2#541

Open
qroques wants to merge 1 commit intomasterfrom
chore/update-phpstan-to-v2
Open

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

Conversation

@qroques
Copy link
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
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) {

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