Completed
Push — master ( 6575c1...0d16be )
by Scott
01:59
created
models/Category.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -155,6 +155,9 @@  discard block
 block discarded – undo
155 155
         return $children;
156 156
     }
157 157
 
158
+    /**
159
+     * @param integer $children
160
+     */
158 161
     public static function getParentIds($children, \October\Rain\Database\Collection $categories = null)
159 162
     {
160 163
         if (! is_array($children)) {
@@ -202,7 +205,6 @@  discard block
 block discarded – undo
202 205
      * Query categories that are listed as active.
203 206
      *
204 207
      * @param  \October\Rain\Database\Builder   $query
205
-     * @param  \Bedard\Shop\Models\Category|int $parent
206 208
      * @return \October\Rain\Database\Builder
207 209
      */
208 210
     public function scopeIsActive($query)
@@ -214,7 +216,6 @@  discard block
 block discarded – undo
214 216
      * Query categories that are listed as not active.
215 217
      *
216 218
      * @param  \October\Rain\Database\Builder   $query
217
-     * @param  \Bedard\Shop\Models\Category|int $parent
218 219
      * @return \October\Rain\Database\Builder
219 220
      */
220 221
     public function scopeIsNotActive($query)
Please login to merge, or discard this patch.