Loading src/UnicaenDbfakator/Controller/ConsoleControllerFactory.php +2 −2 Original line number Diff line number Diff line Loading @@ -3,12 +3,12 @@ namespace UnicaenDbfakator\Controller; use UnicaenDbfakator\Service\DbfakatorService; use Interop\Container\ContainerInterface; use Psr\Container\ContainerInterface; class ConsoleControllerFactory { /** * @param \Interop\Container\ContainerInterface $container * @param \Psr\Container\ContainerInterface $container * @return \UnicaenDbfakator\Controller\ConsoleController * @throws \Psr\Container\ContainerExceptionInterface * @throws \Psr\Container\NotFoundExceptionInterface Loading src/UnicaenDbfakator/Controller/IndexControllerFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ namespace UnicaenDbfakator\Controller; use UnicaenDbfakator\Service\DbfakatorService; use Interop\Container\ContainerInterface; use Psr\Container\ContainerInterface; class IndexControllerFactory { Loading src/UnicaenDbfakator/Service/DbfakatorServiceFactory.php +2 −2 Original line number Diff line number Diff line Loading @@ -2,12 +2,12 @@ namespace UnicaenDbfakator\Service; use Interop\Container\ContainerInterface; use Psr\Container\ContainerInterface; class DbfakatorServiceFactory { /** * @param \Interop\Container\ContainerInterface $container * @param \Psr\Container\ContainerInterface $container * @return \UnicaenDbfakator\Service\DbfakatorService * @throws \Doctrine\DBAL\Exception * @throws \Psr\Container\ContainerExceptionInterface Loading Loading
src/UnicaenDbfakator/Controller/ConsoleControllerFactory.php +2 −2 Original line number Diff line number Diff line Loading @@ -3,12 +3,12 @@ namespace UnicaenDbfakator\Controller; use UnicaenDbfakator\Service\DbfakatorService; use Interop\Container\ContainerInterface; use Psr\Container\ContainerInterface; class ConsoleControllerFactory { /** * @param \Interop\Container\ContainerInterface $container * @param \Psr\Container\ContainerInterface $container * @return \UnicaenDbfakator\Controller\ConsoleController * @throws \Psr\Container\ContainerExceptionInterface * @throws \Psr\Container\NotFoundExceptionInterface Loading
src/UnicaenDbfakator/Controller/IndexControllerFactory.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ namespace UnicaenDbfakator\Controller; use UnicaenDbfakator\Service\DbfakatorService; use Interop\Container\ContainerInterface; use Psr\Container\ContainerInterface; class IndexControllerFactory { Loading
src/UnicaenDbfakator/Service/DbfakatorServiceFactory.php +2 −2 Original line number Diff line number Diff line Loading @@ -2,12 +2,12 @@ namespace UnicaenDbfakator\Service; use Interop\Container\ContainerInterface; use Psr\Container\ContainerInterface; class DbfakatorServiceFactory { /** * @param \Interop\Container\ContainerInterface $container * @param \Psr\Container\ContainerInterface $container * @return \UnicaenDbfakator\Service\DbfakatorService * @throws \Doctrine\DBAL\Exception * @throws \Psr\Container\ContainerExceptionInterface Loading