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 82638ce commit 93098aeCopy full SHA for 93098ae
tests/json/IsJsonTest.php
@@ -63,7 +63,7 @@ public function it_returns_false_for_object()
63
}
64
65
/** @test */
66
- public function it_returns_false_for_non_json_string_and_second_argument_passed()
+ public function it_returns_false_for_non_json_and_second_argument_passed()
67
{
68
$this->assertFalse(is_json('non-json string', true));
69
0 commit comments