Skip to content

Commit 5cbcf06

Browse files
committed
fix build
1 parent a5103c8 commit 5cbcf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyser/MutatingScope.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1746,7 +1746,7 @@ static function (Node $node, Scope $scope) use ($arrowScope, &$arrowFunctionImpu
17461746
++$varValue;
17471747
}
17481748
} else {
1749-
--$varValue;
1749+
--$varValue; // @phpstan-ignore preDec.nonNumeric
17501750
}
17511751

17521752
$newValues[] = $varValue;

0 commit comments

Comments
 (0)