Skip to content

Commit

Permalink
API Explicity mark nullable paramters for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Nov 28, 2024
1 parent 8f867be commit f22f257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/Tasks/GorriecoeMigrationTaskTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public static function provideMigrateHasManyRelations(): array
#[DataProvider('provideMigrateHasManyRelations')]
public function testMigrateHasManyRelations(
array $hasManyConfig,
string $ownerFixture = null,
?string $ownerFixture = null,
array $addColumns = []
): void {
GorriecoeMigrationTask::config()->set('has_many_links_data', $hasManyConfig);
Expand Down

0 comments on commit f22f257

Please sign in to comment.