Skip to content

Commit

Permalink
Fix PHPDoc for pushItem
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed Dec 27, 2024
1 parent 11f93f4 commit 57aa20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord/Repository/AbstractRepositoryTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ public function cachePull($key, $default = null): PromiseInterface
*
* @param Part $item
*
* @return $this
* @return self
*/
public function pushItem($item): self
{
Expand Down

0 comments on commit 57aa20e

Please sign in to comment.