src/CoreBundle/Entity/NotificationEvent.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'content', type: 'text', nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Id]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'link', type: 'text', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setId(int $id): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'day_diff', type: 'integer', nullable: true)]
- 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 getId(): ?int
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'id', type: 'integer')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'notification_event')]
- Exclude checks
Missing function doc comment Open
Open
public function getDayDiff(): ?int
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'persistent', type: 'integer', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setDayDiff(?int $dayDiff): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'title', type: 'string', length: 255, nullable: false)]
- Exclude checks
Missing function doc comment Open
Open
public function setContent(?string $content): self
- Exclude checks
Missing function doc comment Open
Open
public function getEventId(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function getTitle(): string
- Exclude checks
Missing function doc comment Open
Open
public function getContent(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function setPersistent(?int $persistent): self
- Exclude checks
Missing function doc comment Open
Open
public function setEventId(?int $eventId): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Entity]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'event_type', type: 'string', length: 255, nullable: false)]
- Exclude checks
Missing function doc comment Open
Open
public function getLink(): ?string
- Exclude checks
Missing function doc comment Open
Open
public function getEventType(): string
- Exclude checks
Missing function doc comment Open
Open
public function setTitle(string $title): self
- Exclude checks
Missing function doc comment Open
Open
public function getPersistent(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function setEventType(string $eventType): self
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class NotificationEvent
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\GeneratedValue]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'event_id', type: 'integer', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setLink(?string $link): self
- Exclude checks