Completed
Push — master ( 0ecc0f...b91b8b )
by Aleksandar
20:25
created
packages/Category/src/Service/CategoryService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
     /**
158 158
      * Return categories with posts/articles
159 159
      *
160
-     * @param null $inHomepage
160
+     * @param boolean $inHomepage
161 161
      * @param null $inCategoryList
162 162
      * @return mixed
163 163
      */
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
     /**
178 178
      * Return categories posts/articles
179 179
      *
180
-     * @param null $inCategoryList
180
+     * @param boolean $inCategoryList
181 181
      * @return null|\Zend\Db\ResultSet\ResultSetInterface
182 182
      */
183 183
     public function getCategories($inCategoryList = null)
Please login to merge, or discard this patch.