We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec91bb commit 45227bbCopy full SHA for 45227bb
src/Entity/CardsOwnerInterface.php
@@ -13,5 +13,5 @@ interface CardsOwnerInterface
13
*/
14
public function getCards(): Collection;
15
16
- public function addCard(Card $card): static;
+ public function addCard(Card $card): self;
17
}
0 commit comments