Fix a bunch of phpstan errors.

This commit is contained in:
James Cole
2026-03-08 17:08:51 +01:00
parent 9950f79a6b
commit 84ea19d14c
25 changed files with 41 additions and 91 deletions
@@ -78,7 +78,6 @@ final class EditController extends Controller
/**
* Update a piggy bank.
*
* @return Application|Redirector|RedirectResponse
*/
public function update(ObjectGroupFormRequest $request, ObjectGroup $objectGroup): Redirector|RedirectResponse
{