src/CoreBundle/Command/SendScheduledAnnouncementsCommand.php
Missing class doc comment Open
Open
class SendScheduledAnnouncementsCommand extends Command
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Missing function doc comment Open
Open
public function __construct(
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private readonly AccessUrlRepository $accessUrlRepository,
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private readonly ScheduledAnnouncementService $scheduledAnnouncementService,
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private readonly EntityManager $em
- Exclude checks