Completed
Branch master (684404)
by Scott
04:42
created
models/Category.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -181,7 +181,6 @@  discard block
 block discarded – undo
181 181
      * Query categories that are a parent of another category.
182 182
      *
183 183
      * @param  \October\Rain\Database\Builder   $query
184
-     * @param  \Bedard\Shop\Models\Category|int $parent
185 184
      * @return \October\Rain\Database\Builder
186 185
      */
187 186
     public function scopeIsParentOf($query, $child)
@@ -193,7 +192,6 @@  discard block
 block discarded – undo
193 192
      * Query categories that are not a parent of another category.
194 193
      *
195 194
      * @param  \October\Rain\Database\Builder   $query
196
-     * @param  \Bedard\Shop\Models\Category|int $parent
197 195
      * @return \October\Rain\Database\Builder
198 196
      */
199 197
     public function scopeIsNotParentOf($query, $child)
@@ -226,7 +224,6 @@  discard block
 block discarded – undo
226 224
     /**
227 225
      * Itterate over categories and update them with the given values.
228 226
      *
229
-     * @param  array    $data
230 227
      * @return void
231 228
      */
232 229
     public static function updateMany(array $categories)
Please login to merge, or discard this patch.