Skip to content

Conversation

staabm
Copy link
Contributor

@staabm staabm commented Oct 12, 2025

the most recent release contains my fix for this false-positive

@janedbal janedbal merged commit 5ff9975 into shipmonk-rnd:master Oct 12, 2025
26 checks passed
@janedbal
Copy link
Member

Thank you

@staabm staabm deleted the fix-ignore branch October 12, 2025 08:23

for ($i = 0; $i < count($leftValueTypes); $i++) {
if (!$this->isComparableTogether($leftValueTypes[$i], $rightValueTypes[$i])) { // @phpstan-ignore offsetAccess.notFound, offsetAccess.notFound
if (!$this->isComparableTogether($leftValueTypes[$i], $rightValueTypes[$i])) { // @phpstan-ignore offsetAccess.notFound
Copy link
Contributor Author

Choose a reason for hiding this comment

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

the remaining one should be fixed, after phpstan/phpstan#13675 is implemented

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.

2 participants