Passed
Push — master ( 8033b7...684c10 )
by Mikael
01:38
created
src/DI/DIMagicTrait.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Anax\DI;
4 4
 
5
-use Anax\DI\Exception\Exception;
6
-
7 5
 /**
8 6
  * Trait to use to make a DI container use magic for
9 7
  * getting services. A class using a DI container can
Please login to merge, or discard this patch.
src/DI/InjectionAwareTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     /**
19 19
      * Set the service container to use
20 20
      *
21
-     * @param Anax\DI\DIInterface $di a service container
21
+     * @param DIInterface $di a service container
22 22
      *
23 23
      * @return self
24 24
      */
Please login to merge, or discard this patch.