@@ -271,7 +271,7 @@ |
||
271 | 271 | * |
272 | 272 | * @param string $alias |
273 | 273 | * @param array $args |
274 | - * @return mixed |
|
274 | + * @return string |
|
275 | 275 | */ |
276 | 276 | protected function getFromThisContainer($alias, array $args = []) |
277 | 277 | { |
@@ -6,8 +6,8 @@ |
||
6 | 6 | use League\Container\Definition\DefinitionFactory; |
7 | 7 | use League\Container\Definition\DefinitionFactoryInterface; |
8 | 8 | use League\Container\Definition\DefinitionInterface; |
9 | -use League\Container\Exception\ProtectedException; |
|
10 | 9 | use League\Container\Exception\NotFoundException; |
10 | +use League\Container\Exception\ProtectedException; |
|
11 | 11 | use League\Container\Inflector\InflectorAggregate; |
12 | 12 | use League\Container\Inflector\InflectorAggregateInterface; |
13 | 13 | use League\Container\ServiceProvider\ServiceProviderAggregate; |