fix: fix php cs errors 2

This commit is contained in:
Léa BAR 2026-04-30 14:59:16 +02:00
parent a5d9bbf45f
commit 068a41aaba
No known key found for this signature in database
GPG key ID: 537DA1EC6CA7571D

View file

@ -13,6 +13,7 @@ use Gedmo\Sortable\Entity\Repository\SortableRepository;
/** /**
* @extends SortableRepository<MenuItem> * @extends SortableRepository<MenuItem>
*
* @method MenuItem|null find($id, $lockMode = null, $lockVersion = null) * @method MenuItem|null find($id, $lockMode = null, $lockVersion = null)
* @method MenuItem|null findOneBy(array $criteria, array $orderBy = null) * @method MenuItem|null findOneBy(array $criteria, array $orderBy = null)
* @method MenuItem[] findAll() * @method MenuItem[] findAll()