Skip to content

Commit

Permalink
Update NarrowPublicClassMethodParamTypeRuleTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mbolli authored Jan 6, 2025
1 parent 0e7fa97 commit ab7f1f1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ public static function provideData(): Iterator
yield [[
__DIR__ . '/Fixture/HandleDefaultValue.php',
], [[$argErrorMessage, 15]]];

yield [[
__DIR__ . '/Fixture/SkipExplicitlyNullableParams.php',
], []];
}

/**
Expand Down

0 comments on commit ab7f1f1

Please sign in to comment.