We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b0d00 commit a86e7f4Copy full SHA for a86e7f4
1 file changed
src/Analyser/ExprHandler/AssignHandler.php
@@ -482,7 +482,7 @@ public function processAssignVar(
482
new MethodCall(
483
new TypeExpr($setVarType),
484
'offsetSet',
485
- $originalVar->dim !== null ? [new Arg(new TypeExpr($scope->getType($originalVar->dim)))] : []
+ $originalVar->dim !== null ? [new Arg(new TypeExpr($scope->getType($originalVar->dim)))] : [],
486
),
487
$scope,
488
$storage,
0 commit comments