src/CourseBundle/Repository/CLpItemRepository.php
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Missing function doc comment Open
Open
public function findItemsByLearningPathAndType(int $learningPathId, string $itemType): array
- Exclude checks
Missing function doc comment Open
Open
public function create(CLpItem $item): void
- Exclude checks
Missing class doc comment Open
Open
final class CLpItemRepository extends ServiceEntityRepository
- Exclude checks
Missing function doc comment Open
Open
public function getRootItem(int $lpId): ?CLpItem
- Exclude checks
Missing function doc comment Open
Open
public function __construct(ManagerRegistry $registry)
- Exclude checks