@@ -74,7 +74,7 @@ |
||
74 | 74 | /** |
75 | 75 | * Create services from an array containing a list of services. |
76 | 76 | * |
77 | - * @param array $service details to use when creating the service. |
|
77 | + * @param array $services details to use when creating the service. |
|
78 | 78 | * |
79 | 79 | * @throws Exception when configuration is corrupt. |
80 | 80 | * |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Anax\DI; |
3 | 3 | |
4 | -use Anax\DI\Exception\Exception; |
|
5 | - |
|
6 | 4 | /** |
7 | 5 | * Trait to use to make a DI container use magic for |
8 | 6 | * getting services. A class using a DI container can |