| Total Complexity | 4 |
| Total Lines | 43 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class Connection { |
||
| 14 | use Config; |
||
| 15 | |||
| 16 | /** @var PDO */ |
||
| 17 | protected $conn; |
||
| 18 | |||
| 19 | /** @var PDOException */ |
||
| 20 | protected $exception; |
||
| 21 | |||
| 22 | /** @var TableName */ |
||
|
|
|||
| 23 | protected $table; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param ExecutePDO |
||
| 27 | */ |
||
| 28 | function __construct() { self::PDO(); } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @return PDOConnection |
||
| 32 | */ |
||
| 33 | public function PDO() { |
||
| 56 | ] |
||
| 57 | ]); |
||
| 65 | } |
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