Completed
Push — master ( 1abdda...74bc12 )
by Pascal
02:08
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
     private function moveSavedFileToRemoteDisk($localSourcePath, File $fileOnRemoteDisk): bool
84 87
     {
85 88
         $resource = fopen($localSourcePath, 'r');
Please login to merge, or discard this patch.