Skip to content

Commit

Permalink
[TASK] Make csfixer happy
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer committed Nov 22, 2024
1 parent caf0de5 commit 33cb657
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Classes/Event/ModifyDemandRepositoryEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

final class ModifyDemandRepositoryEvent
{

private DemandInterface $demand;
private bool $respectEnableFields;
private QueryInterface $query;
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Tutorials/ExtendNews/Hooks/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ First, register your implementation in the file `Configuration/Services.yaml`:
tags:
- name: event.listener
identifier: 'eventnews-modifydemandrepository'
event: \GeorgRinger\News\Event\ModifyDemandRepositoryEvent
event: GeorgRinger\News\Event\ModifyDemandRepositoryEvent
Now create the file ``Classes/EventListener/ModifyDemandRepositoryEventListener.php``:

Expand Down

0 comments on commit 33cb657

Please sign in to comment.