Skip to content

Commit

Permalink
CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
neomerx committed Feb 6, 2018
1 parent 8441a05 commit 487ffdf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/settings/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
{
Expand Down

0 comments on commit 487ffdf

Please sign in to comment.