Skip to content

Commit a86e7f4

Browse files
Fix cs
1 parent a5b0d00 commit a86e7f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Analyser/ExprHandler/AssignHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ public function processAssignVar(
482482
new MethodCall(
483483
new TypeExpr($setVarType),
484484
'offsetSet',
485-
$originalVar->dim !== null ? [new Arg(new TypeExpr($scope->getType($originalVar->dim)))] : []
485+
$originalVar->dim !== null ? [new Arg(new TypeExpr($scope->getType($originalVar->dim)))] : [],
486486
),
487487
$scope,
488488
$storage,

0 commit comments

Comments
 (0)