Conditions | 1 |
Paths | 1 |
Total Lines | 16 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | public function __construct(ContainerInterface $di) |
||
19 | { |
||
20 | parent::__construct($di); |
||
21 | $this->form->create( |
||
22 | [ |
||
23 | "id" => __CLASS__, |
||
24 | // "legend" => "Legend", |
||
25 | //"wrapper-element" => "div", |
||
26 | ], |
||
27 | [ |
||
28 | "search" => [ |
||
29 | "type" => "search-widget", |
||
30 | // "description" => "Here you can place a description.", |
||
31 | "placeholder" => "Sök", |
||
32 | "label" => "Sök", |
||
33 | "callback" => [$this, "callbackSubmit"], |
||
34 | ] |
||
61 |
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