@@ -141,7 +141,6 @@ discard block |
||
| 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 |
||
| 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)) { |