Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
24 | 17 | public function __construct() |
|
25 | { |
||
26 | // This will be replaced by Box with a version number if it's a PHAR, 1.6.1 for instance |
||
27 | 17 | parent::__construct('phUML', '@package_version@'); |
|
28 | 17 | $this->add(new GenerateClassDiagramCommand()); |
|
29 | 17 | $this->add(new GenerateStatisticsCommand()); |
|
30 | 17 | $this->add(new GenerateDotFileCommand()); |
|
31 | } |
||
33 |
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