mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
Fix a bunch of phpstan errors.
This commit is contained in:
@@ -85,11 +85,6 @@ final class MassController extends Controller
|
||||
return view('transactions.mass.delete', ['journals' => $journals, 'subTitle' => $subTitle]);
|
||||
}
|
||||
|
||||
/**
|
||||
* Do the mass delete.
|
||||
*
|
||||
* @return Application|Redirector|RedirectResponse
|
||||
*/
|
||||
public function destroy(MassDeleteJournalRequest $request): Redirector | RedirectResponse
|
||||
{
|
||||
Log::debug(sprintf('Now in %s', __METHOD__));
|
||||
|
||||
Reference in New Issue
Block a user