Various code cleanup.

This commit is contained in:
James Cole
2021-05-24 08:50:17 +02:00
parent 3ec9753808
commit 815fd5ff6b
135 changed files with 643 additions and 582 deletions

View File

@@ -106,7 +106,7 @@ class AttachmentController extends Controller
*
* @param Attachment $attachment
*
* @return mixed
* @return LaravelResponse
*
* @throws FireflyException
*/
@@ -211,10 +211,12 @@ class AttachmentController extends Controller
/**
* View attachment in browser.
*
* @param Request $request
* @param Attachment $attachment
*
* @return LaravelResponse
* @throws FireflyException
* @throws \Illuminate\Contracts\Container\BindingResolutionException
*/
public function view(Request $request, Attachment $attachment): LaravelResponse
{