Total Complexity | 2 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class SummaryFields extends AbstractWidget |
||
8 | { |
||
9 | /** |
||
10 | * The configuration array. |
||
11 | * |
||
12 | * @var array |
||
13 | */ |
||
14 | protected $config = [ ]; |
||
15 | |||
16 | /** |
||
17 | * The number of seconds before each reload. |
||
18 | * |
||
19 | * @var int|float |
||
20 | */ |
||
21 | // public $reloadTimeout = 10; |
||
22 | |||
23 | public function placeholder() |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * Treat this method as a controller action. |
||
30 | * Return view() or other content to display. |
||
31 | */ |
||
32 | public function run() |
||
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