From 487ffdff638273e44c658235e7ae36d2fe982877 Mon Sep 17 00:00:00 2001 From: EK Date: Tue, 6 Feb 2018 15:59:10 +0300 Subject: [PATCH] CS. --- server/settings/Data.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/settings/Data.php b/server/settings/Data.php index 0d36510..bc3f08a 100644 --- a/server/settings/Data.php +++ b/server/settings/Data.php @@ -2,7 +2,9 @@ use Faker\Generator; use Limoncello\Application\Packages\Data\DataSettings; +use Psr\Container\ContainerExceptionInterface; use Psr\Container\ContainerInterface; +use Psr\Container\NotFoundExceptionInterface; /** * @package Settings @@ -35,6 +37,9 @@ protected function getSettings(): array * @param string $seedClass * * @return void + * + * @throws ContainerExceptionInterface + * @throws NotFoundExceptionInterface */ public static function resetFaker(ContainerInterface $container, string $seedClass) {