mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-05 21:53:41 +00:00
Fix a bunch of phpstan issues.
This commit is contained in:
@@ -77,7 +77,7 @@ final class AttachmentController extends Controller
|
||||
/**
|
||||
* Destroy attachment.
|
||||
*/
|
||||
public function destroy(Request $request, Attachment $attachment): Redirector|RedirectResponse
|
||||
public function destroy(Request $request, Attachment $attachment): RedirectResponse
|
||||
{
|
||||
$name = $attachment->filename;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user