Skip to content

Commit 644083a

Browse files
committed
cs
1 parent f21b1d3 commit 644083a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/Comparison/ImpossibleCheckTypeHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ public function findSpecifiedType(
293293
$assignedInCallVars[] = new Expr\Assign(
294294
$expr->var,
295295
$assignedExpr,
296-
$expr->getAttributes()
296+
$expr->getAttributes(),
297297
);
298298

299299
$expr = $expr->expr;

0 commit comments

Comments
 (0)