src/CoreBundle/Repository/ResourceFileRepository.php
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Missing class doc comment Open
Open
class ResourceFileRepository extends ServiceEntityRepository
- Exclude checks
Missing function doc comment Open
Open
public function countFiles(string $search): int
- Exclude checks
Missing function doc comment Open
Open
public function searchFiles(string $search, int $offset, int $limit): array
- Exclude checks
Missing function doc comment Open
Open
public function __construct(ManagerRegistry $registry)
- Exclude checks