mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
fix phpstan warnings
This commit is contained in:
@@ -124,7 +124,7 @@ class CreateController extends Controller
|
||||
/**
|
||||
* @return Factory|\Illuminate\Contracts\View\View
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings("PHPMD.ExcessiveMethodLength")
|
||||
*/
|
||||
public function createFromJournal(Request $request, TransactionJournal $journal)
|
||||
{
|
||||
|
Reference in New Issue
Block a user