Skip to content

Commit

Permalink
Remove wrong return type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Dec 8, 2024
1 parent 5a45c1f commit 8d46d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Firebase/Messaging/Messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function __construct(Message ...$messages)
}

/**
* @return Traversable<Message>|Message[]
* @return Traversable<Message>
*/
public function getIterator(): Traversable
{
Expand Down

0 comments on commit 8d46d1d

Please sign in to comment.