Completed
Pull Request — master (#1443)
by
unknown
02:06
created
src/Models/Media.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -79,8 +79,8 @@  discard block
 block discarded – undo
79 79
     /**
80 80
      * Clear the media's entire media collection.
81 81
      *
82
-     * @param null $model
83
-     * @param \Spatie\MediaLibrary\Models\Media[]|\Illuminate\Support\Collection $excludedMedia
82
+     * @param HasMedia|null $model
83
+     * @param Media $excludedMedia
84 84
      * @return $this
85 85
      */
86 86
     public function clearMediaCollection($model = null, $excludedMedia = [])
@@ -283,7 +283,7 @@  discard block
 block discarded – undo
283 283
 
284 284
     /**
285 285
      * @param string $name
286
-     * @param mixed $value
286
+     * @param boolean $value
287 287
      *
288 288
      * @return $this
289 289
      */
Please login to merge, or discard this patch.