Skip to content

Commit b0d4fd4

Browse files
authored
fix: remove php 8.4 deprecation notice (#6)
1 parent bf356c2 commit b0d4fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MakesJsonApiRequests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ trait MakesJsonApiRequests
1919
* the expected resource type.
2020
* @return TestBuilder
2121
*/
22-
protected function jsonApi(string $expects = null): TestBuilder
22+
protected function jsonApi(?string $expects = null): TestBuilder
2323
{
2424
$tester = new TestBuilder($this);
2525

0 commit comments

Comments
 (0)