Skip to content

Commit

Permalink
fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jan 15, 2024
1 parent 6ba5603 commit 2e1e095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/ScheduledTaskController.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ScheduledTaskController extends AbstractController
* @param iterable<ScheduledTaskHandler> $taskHandler
* @param EntityRepository<ScheduledTaskCollection> $scheduledTaskRepository
*/
public function __construct( # @phpstan-ignore-line
public function __construct(# @phpstan-ignore-line
#[TaggedIterator('messenger.message_handler')]
private readonly iterable $taskHandler,
private readonly EntityRepository $scheduledTaskRepository,
Expand Down

0 comments on commit 2e1e095

Please sign in to comment.