Completed
Pull Request — master (#6)
by Benjamin
05:09 queued 02:48
created
DataFixtures/ORM/MediaProvider.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -48,6 +48,9 @@
 block discarded – undo
48 48
         return $url;
49 49
     }
50 50
 
51
+    /**
52
+     * @param string $url
53
+     */
51 54
     protected function downloadMedia($url)
52 55
     {
53 56
         $filepath = sys_get_temp_dir().'/tmp.jpg';
Please login to merge, or discard this patch.