| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | class NetteForm extends \Nette\Application\UI\Form |
||
|
|
|||
| 22 | { |
||
| 23 | |||
| 24 | public function __construct(IContainer $parent = null, string $name = null) |
||
| 25 | { |
||
| 26 | parent::__construct($parent, $name); |
||
| 27 | $this->setMethod('GET'); |
||
| 28 | $this->addSubmit('apply'); |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Remove Nette param "do=?" in hidden element - tables do not need them and it is just error-introduction |
||
| 33 | */ |
||
| 34 | protected function beforeRender() |
||
| 36 | } |
||
| 37 | } |
||
| 38 |
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