| Total Complexity | 2 |
| Total Lines | 48 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class SearchForm extends FormModel |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Constructor injects with DI container. |
||
| 15 | * |
||
| 16 | * @param Anax\DI\DIInterface $di a service container |
||
|
|
|||
| 17 | */ |
||
| 18 | public function __construct(ContainerInterface $di) |
||
| 34 | ] |
||
| 35 | ] |
||
| 36 | ); |
||
| 37 | } |
||
| 38 | |||
| 39 | |||
| 40 | |||
| 41 | /** |
||
| 42 | * Callback for submit-button which should return true if it could |
||
| 43 | * carry out its work and false if something failed. |
||
| 44 | * |
||
| 45 | * @return boolean true if okey, false if something went wrong. |
||
| 46 | */ |
||
| 47 | public function callbackSubmit() |
||
| 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