Skip to content

Commit

Permalink
make phpstan happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
irevoire committed Jul 31, 2024
1 parent 5e122f5 commit 1484b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Endpoints/Delegates/HandlesSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function getLocalizedAttributes(): ?array
}

/**
* @param array{locales: list<non-empty-string>, attributePatterns: string} $localizedAttributes
* @param array{attributePatterns: string, locales: list<non-empty-string>} $localizedAttributes
*/
public function updateLocalizedAttributes(array $localizedAttributes): array
{
Expand Down

0 comments on commit 1484b9a

Please sign in to comment.