Completed
Push — master ( 90f2a9...a36dd1 )
by Pascal
01:24
created
src/MediaExporter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -80,6 +80,9 @@
 block discarded – undo
80 80
         return $this->media;
81 81
     }
82 82
 
83
+    /**
84
+     * @param string $localSourcePath
85
+     */
83 86
     protected function moveSavedFileToRemoteDisk($localSourcePath, File $fileOnRemoteDisk): bool
84 87
     {
85 88
         return $fileOnRemoteDisk->put($localSourcePath) && @unlink($localSourcePath);
Please login to merge, or discard this patch.