Skip to content

Commit 707fbe1

Browse files
committed
Update PHPStan packages
1 parent 5930232 commit 707fbe1

File tree

3 files changed

+60
-50
lines changed

3 files changed

+60
-50
lines changed

composer.lock

Lines changed: 35 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

issue-bot/composer.lock

Lines changed: 24 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Type/Php/VersionCompareFunctionDynamicReturnTypeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function getTypeFromFunctionCall(
120120
}
121121

122122
$value = version_compare($version1String->getValue(), $version2String->getValue(), $operatorValue);
123-
$types[$value] = new ConstantBooleanType($value);
123+
$types[$value] = new ConstantBooleanType($value); // @phpstan-ignore offsetAccess.invalidOffset
124124
}
125125
} else {
126126
$value = version_compare($version1String->getValue(), $version2String->getValue());

0 commit comments

Comments
 (0)