php cs fixes

This commit is contained in:
2025-12-15 10:48:20 +01:00
parent 08897e0981
commit 11d7425883
6 changed files with 5 additions and 1 deletions

View File

@@ -11,7 +11,6 @@ declare(strict_types=1);
namespace Chill\PersonBundle\Repository\SocialWork;
use Chill\MainBundle\Entity\User;
use Chill\PersonBundle\Entity\SocialWork\Evaluation;
use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\EntityRepository;