Passed
Push — master ( 627324...37a157 )
by Magnus
02:13
created
src/Comment/HTMLForm/UpdateCommentCommentForm.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)
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
      * Callback for submit-button which should return true if it could
67 67
      * carry out its work and false if something failed.
68 68
      *
69
-     * @return boolean true if okey, false if something went wrong.
69
+     * @return boolean|null true if okey, false if something went wrong.
70 70
      */
71 71
     public function callbackSubmit()
72 72
     {
Please login to merge, or discard this patch.