| Total Complexity | 3 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | class WhatsNewMapper extends QBMapper |
||
| 19 | { |
||
| 20 | public const TABLE_NAME = 'analytics_whats_new'; |
||
| 21 | private $logger; |
||
| 22 | |||
| 23 | public function __construct( |
||
| 24 | LoggerInterface $logger, |
||
| 25 | IDBConnection $db |
||
| 26 | ) |
||
| 27 | { |
||
| 28 | parent::__construct($db, self::TABLE_NAME); |
||
| 29 | $this->logger = $logger; |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @throws DoesNotExistException |
||
| 34 | */ |
||
| 35 | public function getChanges(string $version): WhatsNewResult |
||
| 50 | } |
||
| 51 | } |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths