Skip to content

Commit 45227bb

Browse files
committed
PPSYL-159 - Make CardsOwnerInterface compatible with trait
1 parent 2ec91bb commit 45227bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/CardsOwnerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ interface CardsOwnerInterface
1313
*/
1414
public function getCards(): Collection;
1515

16-
public function addCard(Card $card): static;
16+
public function addCard(Card $card): self;
1717
}

0 commit comments

Comments
 (0)