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