Skip to content

Commit 93098ae

Browse files
committed
IHF: Formatted.
1 parent 82638ce commit 93098ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/json/IsJsonTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function it_returns_false_for_object()
6363
}
6464

6565
/** @test */
66-
public function it_returns_false_for_non_json_string_and_second_argument_passed()
66+
public function it_returns_false_for_non_json_and_second_argument_passed()
6767
{
6868
$this->assertFalse(is_json('non-json string', true));
6969
}

0 commit comments

Comments
 (0)