Commit e22a975b authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

up

parent 92b1b4a8
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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;

@@ -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
    {