We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddaff17 commit a84fa7cCopy full SHA for a84fa7c
1 file changed
src/Analyser/ExprHandler/AssignHandler.php
@@ -859,7 +859,7 @@ private function processSureTypesForConditionalExpressionsAfterAssign(
859
array $conditionalExpressions,
860
SpecifiedTypes $specifiedTypes,
861
Type $variableType,
862
- bool $isImpure
+ bool $isImpure,
863
): array
864
{
865
foreach ($specifiedTypes->getSureTypes() as $exprString => [$expr, $exprType]) {
@@ -913,7 +913,7 @@ private function processSureNotTypesForConditionalExpressionsAfterAssign(
913
914
915
916
917
918
919
foreach ($specifiedTypes->getSureNotTypes() as $exprString => [$expr, $exprType]) {
0 commit comments