Skip to content

Commit

Permalink
Fixes typo in the PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
José San Martin committed Mar 27, 2024
1 parent 4620d03 commit 0c9fcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Person.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ protected function assertBucketName(mixed $bucket): void
}

/**
* @param mixed[]
* @param mixed[] $attributes
*/
protected function assertAttributeNames(array $attributes): void
{
Expand Down

0 comments on commit 0c9fcb7

Please sign in to comment.