Completed
Pull Request — master (#252)
by Nicolas
02:14
created
src/Commands/RegenerateCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,8 +38,8 @@
 block discarded – undo
38 38
     /**
39 39
      * RegenerateCommand constructor.
40 40
      *
41
-     * @param MediaRepository $mediaRepository
42
-     * @param FileManipulator $fileManipulator
41
+     * @param \Spatie\MediaLibrary\MediaRepository $mediaRepository
42
+     * @param \Spatie\MediaLibrary\FileManipulator $fileManipulator
43 43
      */
44 44
     public function __construct(MediaRepository $mediaRepository, FileManipulator $fileManipulator)
45 45
     {
Please login to merge, or discard this patch.
src/MediaRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      * @param HasMedia $model
46 46
      * @param string   $collectionName
47 47
      *
48
-     * @return mixed
48
+     * @return callable
49 49
      */
50 50
     protected function loadMedia(HasMedia $model, string $collectionName)
51 51
     {
Please login to merge, or discard this patch.