Completed
Push — master ( 88b7e8...d57605 )
by Aleksandar
26:29
created
packages/Category/src/Service/CategoryService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
     /**
167 167
      * Return categories with posts(articles)
168 168
      *
169
-     * @param  null $inHomepage
169
+     * @param  boolean $inHomepage
170 170
      * @param  null $inCategoryList
171 171
      * @return mixed
172 172
      */
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
     /**
187 187
      * Return categories posts/articles
188 188
      *
189
-     * @param  null $inCategoryList
189
+     * @param  boolean $inCategoryList
190 190
      * @return null|\Zend\Db\ResultSet\ResultSetInterface
191 191
      */
192 192
     public function getCategories($inCategoryList = null)
Please login to merge, or discard this patch.