Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Update AssignHandler.php
  • Loading branch information
staabm committed Apr 24, 2026
commit 6e84a696fc4605341722ab7955abb0783c042155
4 changes: 2 additions & 2 deletions src/Analyser/ExprHandler/AssignHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ private function processSureTypesForConditionalExpressionsAfterAssign(
array $conditionalExpressions,
SpecifiedTypes $specifiedTypes,
Type $variableType,
bool $isImpure
bool $isImpure,
): array
{
foreach ($specifiedTypes->getSureTypes() as $exprString => [$expr, $exprType]) {
Expand Down Expand Up @@ -913,7 +913,7 @@ private function processSureNotTypesForConditionalExpressionsAfterAssign(
array $conditionalExpressions,
SpecifiedTypes $specifiedTypes,
Type $variableType,
bool $isImpure
bool $isImpure,
): array
{
foreach ($specifiedTypes->getSureNotTypes() as $exprString => [$expr, $exprType]) {
Expand Down