Completed
Push — master ( 3d3ccc...56c03c )
by Freek
03:52
created
src/Models/Media.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
 
157 157
     /**
158 158
      * @param string $name
159
-     * @param mixed $value
159
+     * @param boolean $value
160 160
      *
161 161
      * @return $this
162 162
      */
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
      *
219 219
      * @param  \Illuminate\Http\Request $request
220 220
      *
221
-     * @return \Illuminate\Http\Response
221
+     * @return \Symfony\Component\HttpFoundation\StreamedResponse
222 222
      */
223 223
     public function toResponse($request)
224 224
     {
Please login to merge, or discard this patch.