Skip to content

Commit

Permalink
Made MediaIntegrationTest::getValidFieldSettings return type more strict
Browse files Browse the repository at this point in the history
Co-Authored-By: Mikolaj Adamczyk <[email protected]>
  • Loading branch information
alongosz and mikadamczyk committed Aug 26, 2024
1 parent c489016 commit 22d876c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function getSettingsSchema(): array
}

/**
* @return array<string, mixed>
* @return array<string, string>
*/
public function getValidFieldSettings(): array
{
Expand Down

0 comments on commit 22d876c

Please sign in to comment.