mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-06-09 03:44:57 +00:00
Fix a bunch of phpstan issues.
This commit is contained in:
@@ -95,7 +95,7 @@ final class DeleteController extends Controller
|
||||
/**
|
||||
* Actually destroys the journal.
|
||||
*/
|
||||
public function destroy(TransactionGroup $group): Redirector|RedirectResponse
|
||||
public function destroy(TransactionGroup $group): RedirectResponse
|
||||
{
|
||||
Log::debug(sprintf('Now in %s(#%d).', __METHOD__, $group->id));
|
||||
if (!$this->isEditableGroup($group)) {
|
||||
|
||||
Reference in New Issue
Block a user