Completed
Push — master ( 9d03d4...b58451 )
by Mikael
01:54
created
src/DI/DIFactoryConfig.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
src/DI/DIMagicTrait.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.