Skip to content

Commit

Permalink
Merge pull request #1379 from Mopolo/phpstan-use-manquant
Browse files Browse the repository at this point in the history
Ajout de use manquant
  • Loading branch information
agallou authored Dec 7, 2023
2 parents b782c27 + a3ace4f commit 3a0dc7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ class DeleteRubriqueAction
/** @var UrlGeneratorInterface */
private $urlGenerator;

/** @var Environment */
private $twig;

/** @var RubriqueRepository */
private $rubriqueRepository;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use AppBundle\Event\Model\Event;
use AppBundle\Event\Model\GithubUser;
use AppBundle\Event\Model\Ticket;
use CCMBenchmark\Ting\Repository\CollectionInterface;
use CCMBenchmark\Ting\Repository\HydratorArray;
use CCMBenchmark\Ting\Repository\HydratorSingleObject;
use CCMBenchmark\Ting\Repository\Metadata;
Expand Down

0 comments on commit 3a0dc7d

Please sign in to comment.