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 d38852a commit d1e9270Copy full SHA for d1e9270
1 file changed
test/unit/JSONBodyRequestParserTest.php
@@ -12,7 +12,7 @@
12
class JSONBodyRequestParserTest extends TestCase
13
{
14
15
- #[TestWith([[], 'no content type header'])]
+ #[TestWith([[]], 'no content type header')]
16
#[TestWith([['Content-Type' => 'application/x-www-form-urlencoded']])]
17
public function test_it_returns_same_request_if_not_json($headers): void
18
0 commit comments