Skip to content

Commit

Permalink
Merge pull request silverstripe#353 from creative-commoners/pulls/5/p…
Browse files Browse the repository at this point in the history
…hp84

API Explicity mark nullable parameters for PHP 8.4
  • Loading branch information
GuySartorelli authored Dec 2, 2024
2 parents 8f867be + b4cb9da commit aa1c1c4
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 aa1c1c4

Please sign in to comment.