Skip to content

Commit ce4685b

Browse files
Fix implicitly-required parameters
1 parent acfee11 commit ce4685b

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
@@ -727,6 +727,6 @@ public static function stub(): void
727727
}
728728
}
729729

730-
function reflectionParameterFixture(?NotLoadableClass $arg1 = null, $arg2)
730+
function reflectionParameterFixture(?NotLoadableClass $arg1, $arg2)
731731
{
732732
}

0 commit comments

Comments
 (0)