Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class FfcmsInfoCollector extends DataCollector implements Renderable |
||
9 | { |
||
10 | /** |
||
11 | * @return string |
||
12 | */ |
||
13 | public function getName() |
||
16 | } |
||
17 | |||
18 | /** |
||
19 | * @return array |
||
20 | */ |
||
21 | public function collect() |
||
22 | { |
||
23 | return [ |
||
24 | 'version' => \Extend\Version::VERSION, |
||
|
|||
25 | 'release_date' => \Extend\Version::DATE |
||
26 | ]; |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * {@inheritDoc} |
||
31 | */ |
||
32 | public function getWidgets() |
||
40 | ] |
||
41 | ]; |
||
44 |
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