Completed
Push — master ( 262a1a...ffe0da )
by
unknown
35:42 queued 10:45
created
packages/Article/src/Service/ArticleServiceInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
     /**
13 13
      * Fetches a list of ArticleEntity models.
14 14
      *
15
-     * @param  array $params
16 15
      * @return ArrayObject
17 16
      */
18 17
     public function fetchAllArticles($page, $limit);
Please login to merge, or discard this patch.
packages/Category/src/Service/CategoryService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
     /**
165 165
      * Return categories with posts/articles
166 166
      *
167
-     * @param  null $inHomepage
167
+     * @param  boolean $inHomepage
168 168
      * @param  null $inCategoryList
169 169
      * @return mixed
170 170
      */
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     /**
185 185
      * Return categories posts/articles
186 186
      *
187
-     * @param  null $inCategoryList
187
+     * @param  boolean $inCategoryList
188 188
      * @return null|\Zend\Db\ResultSet\ResultSetInterface
189 189
      */
190 190
     public function getCategories($inCategoryList = null)
Please login to merge, or discard this patch.