mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-06 14:13:37 -07:00
Fix a bunch of phpstan issues.
This commit is contained in:
@@ -289,7 +289,7 @@ final class ReportController extends Controller
|
||||
*
|
||||
* @throws FireflyException
|
||||
*/
|
||||
public function postIndex(ReportFormRequest $request): Redirector|RedirectResponse|View
|
||||
public function postIndex(ReportFormRequest $request): RedirectResponse|View
|
||||
{
|
||||
// report type:
|
||||
$reportType = $request->get('report_type');
|
||||
|
||||
Reference in New Issue
Block a user