Completed
Pull Request — master (#661)
by Tim
01:45
created
src/BackupDestination/BackupCollection.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -74,6 +74,10 @@
 block discarded – undo
74 74
         }
75 75
     }
76 76
 
77
+    /**
78
+     * @param \Illuminate\Contracts\Filesystem\Filesystem|null $disk
79
+     * @param string $path
80
+     */
77 81
     protected static function pathMimeType($disk, $path)
78 82
     {
79 83
         return ($disk && method_exists($disk, 'mimeType')) ? $disk->mimeType($path) : null;
Please login to merge, or discard this patch.