src/CourseBundle/Entity/CWiki.php
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Index(columns: ['c_id'], name: 'course')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Entity(repositoryClass: CWikiRepository::class)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'page_id', type: 'integer', nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'user_id', type: 'integer', nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Assert\NotBlank]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'group_id', type: 'integer', nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Index(columns: ['page_id'], name: 'page_id')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'reflink', type: 'string', length: 255, nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'assignment', type: 'integer', nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Table(name: 'c_wiki', options: ['row_format' => 'DYNAMIC'])]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'content', type: 'text', nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Index(columns: ['reflink'], name: 'reflink')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'iid', type: 'integer')]
- 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: 'ratinglock_disc', type: 'integer', nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'progress', type: 'text', nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'hits', type: 'integer', nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'linksto', type: 'text', nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'session_id', type: 'integer', nullable: true)]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setReflink(string $reflink): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setDtime(DateTime $dtime): static
- Exclude checks
Missing function doc comment Open
Open
public function getVisibilityDisc(): int
- Exclude checks
Missing function doc comment Open
Open
public function setRatinglockDisc(int $ratinglockDisc): static
- Exclude checks
Missing function doc comment Open
Open
public function getScore(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function getIsEditing(): int
- Exclude checks
Missing function doc comment Open
Open
public function setHits(int $hits): static
- Exclude checks
Missing function doc comment Open
Open
public function setCId(int $cId): static
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Index(columns: ['group_id'], name: 'group_id')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Index(columns: ['session_id'], name: 'session_id')]
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
class CWiki extends AbstractResource implements ResourceInterface, Stringable
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'dtime', type: 'datetime', nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'time_edit', type: 'datetime', nullable: true)]
- Exclude checks
Missing function doc comment Open
Open
public function setReflink(string $reflink): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setVisibilityDisc(int $visibilityDisc): static
- Exclude checks
Missing function doc comment Open
Open
public function setComment(string $comment): static
- Exclude checks
Missing function doc comment Open
Open
public function getUserIp(): string
- Exclude checks
Missing function doc comment Open
Open
public function setSessionId(int $sessionId): static
- Exclude checks
Missing function doc comment Open
Open
public function addCategory(CWikiCategory $category): self
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[Assert\NotBlank]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'score', type: 'integer', nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'version', type: 'integer', nullable: true)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinColumn(name: 'wiki_id', referencedColumnName: 'iid', onDelete: 'CASCADE')]
- Exclude checks
Missing function doc comment Open
Open
public function __toString(): string
- Exclude checks
Missing function doc comment Open
Open
public function getPageId(): ?int
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setContent(string $content): static
- Exclude checks
Missing function doc comment Open
Open
public function getAddlock(): int
- Exclude checks
Missing function doc comment Open
Open
public function setVisibility(int $visibility): static
- Exclude checks
Missing function doc comment Open
Open
public function setVisibilityDisc(int $visibilityDisc): static
- Exclude checks
Missing function doc comment Open
Open
public function setProgress(string $progress): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'user_ip', type: 'string', length: 45, nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\ManyToMany(targetEntity: CWikiCategory::class, inversedBy: 'wikiPages')]
- Exclude checks
Missing function doc comment Open
Open
public function setTitle(string $title): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setUserId(int $userId): static
- Exclude checks
Missing function doc comment Open
Open
public function getAddlockDisc(): int
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setAssignment(int $assignment): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setProgress(string $progress): static
- Exclude checks
Missing function doc comment Open
Open
public function setScore(int $score): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'c_id', type: 'integer')]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'visibility', type: 'integer', nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'comment', type: 'text', nullable: false)]
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setPageId(int $pageId): static
- Exclude checks
Missing function doc comment Open
Open
public function getContent(): string
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setComment(string $comment): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setTimeEdit(DateTime $timeEdit): static
- Exclude checks
Missing function doc comment Open
Open
public function getResourceName(): string
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\GeneratedValue]
- Exclude checks
Missing function doc comment Open
Open
public function __construct()
- Exclude checks
Missing function doc comment Open
Open
public function getGroupId(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function getVisibility(): int
- Exclude checks
Missing function doc comment Open
Open
public function getVersion(): ?int
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setSessionId(int $sessionId): static
- Exclude checks
Missing function doc comment Open
Open
public function getTitle(): string
- Exclude checks
Missing function doc comment Open
Open
public function getUserId(): int
- Exclude checks
Missing function doc comment Open
Open
public function getDtime(): ?DateTime
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setEditlock(int $editlock): static
- Exclude checks
Missing function doc comment Open
Open
public function setAddlockDisc(int $addlockDisc): static
- Exclude checks
Missing function doc comment Open
Open
public function setLinksto(string $linksto): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setAddlock(int $addlock): static
- Exclude checks
Missing function doc comment Open
Open
public function getRatinglockDisc(): int
- Exclude checks
Missing function doc comment Open
Open
public function getComment(): string
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setIsEditing(int $isEditing): static
- 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
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'addlock', type: 'integer', nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'addlock_disc', type: 'integer', nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\JoinTable(name: 'c_wiki_rel_category')]
- Exclude checks
Missing function doc comment Open
Open
public function setGroupId(int $groupId): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setRatinglockDisc(int $ratinglockDisc): static
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'is_editing', type: 'integer', nullable: false)]
- Exclude checks
Missing function doc comment Open
Open
public function setAssignment(int $assignment): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setHits(int $hits): static
- Exclude checks
Missing function doc comment Open
Open
public function getResourceIdentifier(): int|Uuid
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'tag', type: 'text', nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\InverseJoinColumn(name: 'category_id', referencedColumnName: 'id', onDelete: 'CASCADE')]
- Exclude checks
Missing function doc comment Open
Open
public function setContent(string $content): static
- Exclude checks
Missing function doc comment Open
Open
public function setVersion(int $version): static
- Exclude checks
Missing function doc comment Open
Open
public function getCId(): int
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setCId(int $cId): static
- Exclude checks
Missing function doc comment Open
Open
public function getIid(): ?int
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'editlock', type: 'integer', nullable: false)]
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[ORM\Column(name: 'visibility_disc', type: 'integer', nullable: false)]
- Exclude checks
Missing function doc comment Open
Open
public function getReflink(): string
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setGroupId(int $groupId): static
- Exclude checks
Missing function doc comment Open
Open
public function getAssignment(): int
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setVersion(int $version): static
- Exclude checks
Missing function doc comment Open
Open
public function getTag(): string
- Exclude checks
Missing function doc comment Open
Open
public function getEditlock(): int
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setAddlockDisc(int $addlockDisc): static
- Exclude checks
Missing function doc comment Open
Open
public function setIsEditing(int $isEditing): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setTag(string $tag): static
- Exclude checks
Missing function doc comment Open
Open
public function getSessionId(): ?int
- Exclude checks
Missing function doc comment Open
Open
public function setAddlock(int $addlock): static
- Exclude checks
Missing function doc comment Open
Open
public function setEditlock(int $editlock): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setUserIp(string $userIp): static
- Exclude checks
Missing function doc comment Open
Open
public function setResourceName(string $name): self
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setTitle(string $title): static
- Exclude checks
Missing function doc comment Open
Open
public function setPageId(int $pageId): static
- Exclude checks
Missing function doc comment Open
Open
public function setUserId(int $userId): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setVisibility(int $visibility): static
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setScore(int $score): static
- Exclude checks
Missing function doc comment Open
Open
public function setTimeEdit(DateTime $timeEdit): static
- Exclude checks
Missing function doc comment Open
Open
public function getLinksto(): string
- Exclude checks
Scope keyword "static" must be followed by a single space Open
Open
public function setLinksto(string $linksto): static
- Exclude checks
Missing function doc comment Open
Open
public function setTag(string $tag): static
- Exclude checks
Missing function doc comment Open
Open
public function setUserIp(string $userIp): static
- Exclude checks
Missing function doc comment Open
Open
public function setDtime(DateTime $dtime): static
- Exclude checks
Missing function doc comment Open
Open
public function getProgress(): string
- Exclude checks
Missing function doc comment Open
Open
public function getTimeEdit(): ?DateTime
- Exclude checks
Missing function doc comment Open
Open
public function getHits(): ?int
- Exclude checks