Skip to content

Commit 842a654

Browse files
Lenny4samsonasik
andauthored
Apply suggestion from @samsonasik
Co-authored-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
1 parent a9ac08e commit 842a654

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
@@ -152,7 +152,7 @@ private function processJsonDecode(FuncCall $funcCall): FuncCall
152152
{
153153
$flags = [];
154154
if (isset($funcCall->args[3])) {
155-
/** @var Arg|Node\Expr\BinaryOp\BitwiseOr|ConstFetch $arg */
155+
/** @var Arg $arg */
156156
$arg = $funcCall->args[3];
157157
$flags = $this->getFlags($arg);
158158
}

0 commit comments

Comments
 (0)