Completed
Push — master ( d84616...0f723a )
by Nicklas
02:09
created
src/Comment/HTMLForm/Comment/EditCommentForm.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
     /**
16 16
      * Constructor injects with DI container and the id to update.
17 17
      *
18
-     * @param Anax\DI\DIInterface $di a service container
18
+     * @param DIInterface $di a service container
19 19
      * @param integer             $id to update
20 20
      */
21 21
     public function __construct(DIInterface $di, $id)
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      * Callback for submit-button which should return true if it could
55 55
      * carry out its work and false if something failed.
56 56
      *
57
-     * @return void
57
+     * @return boolean
58 58
      */
59 59
     public function callbackSubmit()
60 60
     {
Please login to merge, or discard this patch.
src/Comment/HTMLForm/Comment/EditPostForm.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, $id)
20 20
     {
Please login to merge, or discard this patch.