Skip to content

Commit 7d8f7f1

Browse files
committed
typo
1 parent 4edbfeb commit 7d8f7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/Php73/Rector/FuncCall/JsonThrowOnErrorRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ private function getFlags(Expr|Arg $arg, array $flags = []): array
217217
$flags = $this->getFlags($arg->left, $flags);
218218
$flags = $this->getFlags($arg->right, $flags);
219219
}
220-
return array_values(array_unique($flags)); // array_unique is case the same flag is written multiple times
220+
return array_values(array_unique($flags)); // array_unique in case the same flag is written multiple times
221221
}
222222

223223
/**

0 commit comments

Comments
 (0)