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