update: type hints

This commit is contained in:
HDVinnie
2022-01-08 15:35:53 -05:00
parent 9ddd9736ac
commit d3abd28925
59 changed files with 112 additions and 346 deletions
@@ -19,9 +19,6 @@ class TicketAttachmentController extends Controller
{
/**
* Download a ticket attachment from storage.
*
*
* @return mixed
*/
final public function download(TicketAttachment $attachment): \Symfony\Component\HttpFoundation\BinaryFileResponse
{