Completed
Push — master ( 2554b1...252880 )
by Scott
02:18
created
models/Category.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,6 @@  discard block
 block discarded – undo
141 141
     /**
142 142
      * Apply filters to a products query.
143 143
      *
144
-     * @param  \October\Rain\Database\Builder   $query
145 144
      * @return void
146 145
      */
147 146
     protected function applyProductFilters(Builder &$products)
@@ -239,6 +238,9 @@  discard block
 block discarded – undo
239 238
         return $children;
240 239
     }
241 240
 
241
+    /**
242
+     * @param integer $children
243
+     */
242 244
     public static function getParentIds($children, \October\Rain\Database\Collection $categories = null)
243 245
     {
244 246
         if (! is_array($children)) {
Please login to merge, or discard this patch.