Fix various phpstan issues.

This commit is contained in:
James Cole
2026-03-07 10:17:07 +01:00
parent f65ee4d419
commit 71698b36e2
11 changed files with 45 additions and 49 deletions

View File

@@ -48,6 +48,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
final class UpdateController extends Controller
{
private TransactionGroupRepositoryInterface $groupRepository;
protected array $acceptedRoles = [];
/**
* TransactionController constructor.