Total Complexity | 5 |
Total Lines | 50 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | class StaticSiteTransformResult extends \TransformResult |
||
19 | { |
||
20 | use Injectable; |
||
21 | use Configurable; |
||
22 | |||
23 | /** |
||
24 | * |
||
25 | * @var File |
||
26 | */ |
||
27 | public $file; |
||
28 | |||
29 | /** |
||
30 | * |
||
31 | * @var SiteTree |
||
32 | */ |
||
33 | public $page; |
||
34 | |||
35 | /** |
||
36 | * |
||
37 | * @var array |
||
38 | */ |
||
39 | public $children; |
||
40 | |||
41 | /** |
||
42 | * |
||
43 | * @param SiteTree $object |
||
44 | * @param SS_List $children |
||
|
|||
45 | * @return void |
||
46 | */ |
||
47 | public function __construct($object, $children) |
||
70 |
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