mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-07 22:50:23 -07:00
Fix a bunch of phpstan issues.
This commit is contained in:
@@ -78,7 +78,7 @@ final class DeleteController extends Controller
|
||||
/**
|
||||
* Destroy the recurring transaction.
|
||||
*/
|
||||
public function destroy(RecurringRepositoryInterface $repository, Request $request, Recurrence $recurrence): Redirector|RedirectResponse
|
||||
public function destroy(RecurringRepositoryInterface $repository, Request $request, Recurrence $recurrence): RedirectResponse
|
||||
{
|
||||
$repository->destroy($recurrence);
|
||||
$request->session()->flash('success', (string) trans('firefly.recurrence_deleted', ['title' => $recurrence->title]));
|
||||
|
||||
Reference in New Issue
Block a user