Completed
Push — master ( a68940...ed2b3e )
by Mikael
02:38
created
src/HTMLForm/Form.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     /**
36 36
      * Constructor injects with DI container.
37 37
      *
38
-     * @param Anax\DI\DIInterface $di a service container
38
+     * @param DIInterface $di a service container
39 39
      */
40 40
     public function __construct(DIInterface $di)
41 41
     {
Please login to merge, or discard this patch.
src/HTMLForm/FormModel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     /**
22 22
      * Constructor injects with DI container.
23 23
      *
24
-     * @param Anax\DI\DIInterface $di a service container
24
+     * @param DIInterface $di a service container
25 25
      */
26 26
     public function __construct(DIInterface $di)
27 27
     {
Please login to merge, or discard this patch.