| Total Complexity | 2 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 22 | class PodcastChannelMapper extends BaseMapper { |
||
| 23 | public function __construct(IDBConnection $db) { |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @see \OCA\Music\Db\BaseMapper::findUniqueEntity() |
||
| 29 | * @param PodcastChannel $channel |
||
| 30 | * @return PodcastChannel |
||
| 31 | */ |
||
| 32 | protected function findUniqueEntity(Entity $channel) : Entity { |
||
| 37 |