Skip to content

Commit

Permalink
- Fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu2607 committed Jun 19, 2024
1 parent 4467c45 commit 975c9e8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/Controller/Website/CardController.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@
class CardController extends AbstractController
{
private CardRepository $cardRepository;

private TemplateAttributeResolverInterface $templateAttributeResolver;

private RouteRepositoryInterface $routeRepository;

private WebspaceManagerInterface $webspaceManager;

public function __construct(CardRepository $cardRepository, TemplateAttributeResolverInterface $templateAttributeResolver, RouteRepositoryInterface $routeRepository, WebspaceManagerInterface $webspaceManager)
Expand Down

0 comments on commit 975c9e8

Please sign in to comment.