Skip to content

Commit 0435a08

Browse files
Fix implicitly-required parameters
1 parent 3e7b782 commit 0435a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Caster/ReflectionCasterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,6 @@ public static function stub(): void
650650
}
651651
}
652652

653-
function reflectionParameterFixture(?NotLoadableClass $arg1 = null, $arg2)
653+
function reflectionParameterFixture(?NotLoadableClass $arg1, $arg2)
654654
{
655655
}

0 commit comments

Comments
 (0)