Completed
Pull Request — master (#983)
by Thomas
05:28
created
src/Models/Media.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -200,7 +200,7 @@
 block discarded – undo
200 200
      *
201 201
      * @param  \Illuminate\Http\Request $request
202 202
      *
203
-     * @return \Illuminate\Http\Response
203
+     * @return \Symfony\Component\HttpFoundation\StreamedResponse
204 204
      */
205 205
     public function toResponse($request)
206 206
     {
Please login to merge, or discard this patch.
src/Filesystem/DefaultFilesystem.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -72,6 +72,9 @@
 block discarded – undo
72 72
         return array_merge($mimeTypeHeader, $extraHeaders, $this->customRemoteHeaders, $mediaCustomHeaders);
73 73
     }
74 74
 
75
+    /**
76
+     * @return resource
77
+     */
75 78
     public function getStream(Media $media)
76 79
     {
77 80
         $sourceFile = $this->getMediaDirectory($media).'/'.$media->file_name;
Please login to merge, or discard this patch.