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 Jul 18, 2024
1 parent 792a4de commit a9ba9c8
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 a9ba9c8

Please sign in to comment.