apply lint

This commit is contained in:
Simon Vieille 2025-02-05 15:00:13 +01:00
commit c9537c5112
79 changed files with 279 additions and 300 deletions

View file

@ -3,8 +3,8 @@
namespace App\Repository;
use App\Core\Repository\RepositoryQuery;
use Knp\Component\Pager\PaginatorInterface;
use App\Repository\ToolRepository as Repository;
use Knp\Component\Pager\PaginatorInterface;
class ToolRepositoryQuery extends RepositoryQuery
{