Test Failed
Push — master ( 89994f...405aa9 )
by Kevin Olguin
04:25
created
src/Comment/HTMLForm/Com2Create.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.
16 16
      *
17
-     * @param Anax\DI\DIInterface $di a service container
17
+     * @param Anax\DI\DIInterface $dis a service container
18 18
      */
19 19
     public function __construct(DIInterface $dis)
20 20
     {
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
      * Callback for submit-button which should return true if it could
61 61
      * carry out its work and false if something failed.
62 62
      *
63
-     * @return boolean true if okey, false if something went wrong.
63
+     * @return boolean|null true if okey, false if something went wrong.
64 64
      */
65 65
     public function callbackSubmit()
66 66
     {
Please login to merge, or discard this patch.
src/Comment/HTMLForm/Com2Delete.php 1 patch
Doc Comments   +3 added lines, -3 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 Anax\DI\DIInterface $dis a service container
18 18
      * @param integer             $id to update
19 19
      */
20 20
     public function __construct(DIInterface $dis, $id)
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
      *
71 71
      * @param integer $id get details on item with id.
72 72
      *
73
-     * @return boolean true if okey, false if something went wrong.
73
+     * @return Comment true if okey, false if something went wrong.
74 74
      */
75 75
     public function isgetItemDetails($id)
76 76
     {
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
      * Callback for submit-button which should return true if it could
87 87
      * carry out its work and false if something failed.
88 88
      *
89
-     * @return boolean true if okey, false if something went wrong.
89
+     * @return boolean|null true if okey, false if something went wrong.
90 90
      */
91 91
     public function callbackSubmit()
92 92
     {
Please login to merge, or discard this patch.
src/Comment/HTMLForm/Com2Session.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 Anax\DI\DIInterface $dis a service container
19 19
      */
20 20
     public function __construct(DIInterface $dis)
21 21
     {
Please login to merge, or discard this patch.
src/Comment/HTMLForm/Com2Update.php 1 patch
Doc Comments   +3 added lines, -3 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 Anax\DI\DIInterface $dis a service container
18 18
      * @param integer             $id to update
19 19
      */
20 20
     public function __construct(DIInterface $dis, $id)
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
      *
71 71
      * @param integer $id get details on item with id.
72 72
      *
73
-     * @return boolean true if okey, false if something went wrong.
73
+     * @return Comment true if okey, false if something went wrong.
74 74
      */
75 75
     public function isgetItemDetails($id)
76 76
     {
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
      * Callback for submit-button which should return true if it could
87 87
      * carry out its work and false if something failed.
88 88
      *
89
-     * @return boolean true if okey, false if something went wrong.
89
+     * @return boolean|null true if okey, false if something went wrong.
90 90
      */
91 91
     public function callbackSubmit()
92 92
     {
Please login to merge, or discard this patch.