Loading src/UnicaenEvenement/Command/EvenementPurgeCommandFactory.php +4 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,9 @@ namespace UnicaenEvenement\Command; use DateInterval; use Exception; use Psr\Container\ContainerExceptionInterface; use Psr\Container\ContainerInterface; use Psr\Container\NotFoundExceptionInterface; use Symfony\Component\Console\Command\Command; use UnicaenEvenement\Service\Evenement\EvenementService; Loading @@ -13,8 +15,8 @@ class EvenementPurgeCommandFactory extends Command /** * @param ContainerInterface $container * * @throws \Psr\Container\ContainerExceptionInterface * @throws \Psr\Container\NotFoundExceptionInterface * @throws ContainerExceptionInterface * @throws NotFoundExceptionInterface */ public function __invoke(ContainerInterface $container): EvenementPurgeCommand { Loading Loading
src/UnicaenEvenement/Command/EvenementPurgeCommandFactory.php +4 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,9 @@ namespace UnicaenEvenement\Command; use DateInterval; use Exception; use Psr\Container\ContainerExceptionInterface; use Psr\Container\ContainerInterface; use Psr\Container\NotFoundExceptionInterface; use Symfony\Component\Console\Command\Command; use UnicaenEvenement\Service\Evenement\EvenementService; Loading @@ -13,8 +15,8 @@ class EvenementPurgeCommandFactory extends Command /** * @param ContainerInterface $container * * @throws \Psr\Container\ContainerExceptionInterface * @throws \Psr\Container\NotFoundExceptionInterface * @throws ContainerExceptionInterface * @throws NotFoundExceptionInterface */ public function __invoke(ContainerInterface $container): EvenementPurgeCommand { Loading