Skip to content

Commit

Permalink
Allow code-complete {get,set}JsonFlags methods
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Sep 29, 2023
1 parent 4cd2aa1 commit 3a64914
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .phpstorm.meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -617,11 +617,21 @@
1,
argumentsSet('json_decode_flags')
);
expectedArguments(
\Framework\HTTP\Request::setJsonFlags(),
0,
argumentsSet('json_decode_flags')
);
expectedArguments(
\Framework\HTTP\Response::setJson(),
1,
argumentsSet('json_encode_flags')
);
expectedArguments(
\Framework\HTTP\Response::setJsonFlags(),
0,
argumentsSet('json_encode_flags')
);
expectedArguments(
\Framework\HTTP\Message::setStatusCode(),
0,
Expand Down

0 comments on commit 3a64914

Please sign in to comment.