Completed
Pull Request — master (#912)
by
unknown
01:40
created
src/Media.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -231,7 +231,7 @@
 block discarded – undo
231 231
      *
232 232
      * @param  \Illuminate\Http\Request $request
233 233
      *
234
-     * @return \Illuminate\Http\Response
234
+     * @return \Symfony\Component\HttpFoundation\BinaryFileResponse
235 235
      */
236 236
     public function toResponse($request)
237 237
     {
Please login to merge, or discard this patch.
src/HasMedia/HasMediaTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@
 block discarded – undo
213 213
      * Get the first media item of a media collection.
214 214
      *
215 215
      * @param string $collectionName
216
-     * @param array $filters
216
+     * @param null|callable $filters
217 217
      *
218 218
      * @return Media|null
219 219
      */
Please login to merge, or discard this patch.