chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Command/SendScheduledAnnouncementsCommand.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing class doc comment
Open

class SendScheduledAnnouncementsCommand extends Command

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing function doc comment
Open

    public function __construct(

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly AccessUrlRepository $accessUrlRepository,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly ScheduledAnnouncementService $scheduledAnnouncementService,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly EntityManager $em

There are no issues that match your filters.

Category
Status