Completed
Push — master ( b53e51...1009f9 )
by Alejandro
04:13 queued 38s
created
module/Core/src/Service/Tag/TagService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     }
40 40
 
41 41
     /**
42
-     * @param array $tagNames
42
+     * @param string[] $tagNames
43 43
      * @return void
44 44
      */
45 45
     public function deleteTags(array $tagNames)
Please login to merge, or discard this patch.
module/Rest/src/Action/ListShortcodesAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 
68 68
     /**
69 69
      * @param array $query
70
-     * @return array
70
+     * @return integer
71 71
      */
72 72
     public function queryToListParams(array $query)
73 73
     {
Please login to merge, or discard this patch.