We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd2aa1 commit 3a64914Copy full SHA for 3a64914
.phpstorm.meta.php
@@ -617,11 +617,21 @@
617
1,
618
argumentsSet('json_decode_flags')
619
);
620
+expectedArguments(
621
+ \Framework\HTTP\Request::setJsonFlags(),
622
+ 0,
623
+ argumentsSet('json_decode_flags')
624
+);
625
expectedArguments(
626
\Framework\HTTP\Response::setJson(),
627
628
argumentsSet('json_encode_flags')
629
630
631
+ \Framework\HTTP\Response::setJsonFlags(),
632
633
+ argumentsSet('json_encode_flags')
634
635
636
\Framework\HTTP\Message::setStatusCode(),
637
0,
0 commit comments