Passed
Branch master (fd5047)
by André
03:31
created
src/Admin/HTMLForm/CreateForm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     /**
15 15
      * Constructor injects with DI container.
16 16
      *
17
-     * @param Anax\DI\DIInterface $di a service container
17
+     * @param DIInterface $di a service container
18 18
      */
19 19
     public function __construct(DIInterface $di)
20 20
     {
Please login to merge, or discard this patch.
src/Admin/HTMLForm/UpdateForm.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@  discard block
 block discarded – undo
14 14
     /**
15 15
      * Constructor injects with DI container and the id to update.
16 16
      *
17
-     * @param Anax\DI\DIInterface $di a service container
17
+     * @param DIInterface $di a service container
18 18
      * @param integer             $id to update
19 19
      */
20 20
     public function __construct(DIInterface $di, $id)
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
      * Callback for submit-button which should return true if it could
95 95
      * carry out its work and false if something failed.
96 96
      *
97
-     * @return boolean true if okey, false if something went wrong.
97
+     * @return boolean|null true if okey, false if something went wrong.
98 98
      */
99 99
     public function callbackSubmit()
100 100
     {
Please login to merge, or discard this patch.
src/User/HTMLForm/CreateUserForm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     /**
16 16
      * Constructor injects with DI container.
17 17
      *
18
-     * @param Anax\DI\DIInterface $di a service container
18
+     * @param DIInterface $di a service container
19 19
      */
20 20
     public function __construct(DIInterface $di)
21 21
     {
Please login to merge, or discard this patch.
src/User/HTMLForm/UserLoginForm.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     /**
15 15
      * Constructor injects with DI container.
16 16
      *
17
-     * @param Anax\DI\DIInterface $di a service container
17
+     * @param DIInterface $di a service container
18 18
      */
19 19
     public function __construct(DIInterface $di)
20 20
     {
Please login to merge, or discard this patch.
src/User/UserController.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@  discard block
 block discarded – undo
31 31
     /**
32 32
      * Description.
33 33
      *
34
-     * @param datatype $variable Description
35 34
      *
36 35
      * @throws Exception
37 36
      *
@@ -53,7 +52,6 @@  discard block
 block discarded – undo
53 52
     /**
54 53
      * Description.
55 54
      *
56
-     * @param datatype $variable Description
57 55
      *
58 56
      * @throws Exception
59 57
      *
@@ -82,7 +80,6 @@  discard block
 block discarded – undo
82 80
     /**
83 81
      * Description.
84 82
      *
85
-     * @param datatype $variable Description
86 83
      *
87 84
      * @throws Exception
88 85
      *
@@ -111,7 +108,6 @@  discard block
 block discarded – undo
111 108
     /**
112 109
      * Description.
113 110
      *
114
-     * @param datatype $variable Description
115 111
      *
116 112
      * @throws Exception
117 113
      *
Please login to merge, or discard this patch.