Fix various phpstan things

This commit is contained in:
James Cole
2023-11-29 06:30:35 +01:00
parent 1c3cb85a46
commit b9feb0aa71
19 changed files with 77 additions and 78 deletions

View File

@@ -74,13 +74,11 @@ class IndexController extends Controller
*
* TODO very complicated function.
*
* @param Request $request
*
* @return Factory|View
* @throws FireflyException
* @throws JsonException
*/
public function index(Request $request)
public function index()
{
$this->cleanupObjectGroups();
$this->piggyRepos->resetOrder();