Completed
Push — master ( 72ee7f...4775c0 )
by Jacob
03:43
created
src/Domain/Comment/Comment/ServiceCommentRepository.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
     protected $api;
15 15
 
16 16
     /**
17
-     * @param Jacobemerick\CommentService\Api\DefaultApi $api
17
+     * @param DefaultApi $api
18 18
      */
19 19
     public function __construct(DefaultApi $api)
20 20
     {
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @param Jacobemerick\CommentService\Model\Comment $comment
62
+     * @param Comment $comment
63 63
      * @return array
64 64
      */
65 65
     protected function deserializeComment(Comment $comment)
Please login to merge, or discard this patch.
src/Domain/Comment/Commenter/ServiceCommenterRepository.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
     protected $api;
15 15
 
16 16
     /**
17
-     * @param Jacobemerick\CommentService\Api\DefaultApi $api
17
+     * @param DefaultApi $api
18 18
      */
19 19
     public function __construct(DefaultApi $api)
20 20
     {
Please login to merge, or discard this patch.