Skip to content

Commit a9ac08e

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

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
@@ -136,7 +136,7 @@ private function processJsonEncode(FuncCall $funcCall): FuncCall
136136
{
137137
$flags = [];
138138
if (isset($funcCall->args[1])) {
139-
/** @var Arg|Node\Expr\BinaryOp\BitwiseOr|ConstFetch $arg */
139+
/** @var Arg $arg */
140140
$arg = $funcCall->args[1];
141141
$flags = $this->getFlags($arg);
142142
}

0 commit comments

Comments
 (0)