Skip to content

Commit

Permalink
Move DefinitionStorage (#269)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
  • Loading branch information
yiiliveext and samdark committed Nov 17, 2021
1 parent 9e65849 commit 43912d3
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 392 deletions.
5 changes: 3 additions & 2 deletions src/Container.php
Expand Up @@ -7,13 +7,14 @@
use Closure;
use InvalidArgumentException;
use Psr\Container\ContainerInterface;
use Yiisoft\Definitions\Infrastructure\DefinitionValidator;
use Yiisoft\Di\Contracts\ServiceProviderInterface;
use Yiisoft\Definitions\ArrayDefinition;
use Yiisoft\Definitions\Exception\CircularReferenceException;
use Yiisoft\Definitions\Exception\InvalidConfigException;
use Yiisoft\Definitions\Exception\NotFoundException;
use Yiisoft\Definitions\Exception\NotInstantiableException;
use Yiisoft\Definitions\Infrastructure\DefinitionValidator;
use Yiisoft\Definitions\Infrastructure\DefinitionStorage;
use Yiisoft\Di\Contracts\ServiceProviderInterface;

use function array_key_exists;
use function array_keys;
Expand Down
204 changes: 0 additions & 204 deletions src/DefinitionStorage.php

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions tests/Support/DefinitionStorage/ServiceWithPrivateConstructor.php

This file was deleted.

This file was deleted.

0 comments on commit 43912d3

Please sign in to comment.