Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Lines | 8 |
Ratio | 100 % |
Changes | 0 |
1 | <?php |
||
15 | public function __construct() { |
||
16 | parent::__construct(); |
||
17 | |||
18 | $this->AddElement(new \Mos\HTMLForm\CFormElementText('name')) |
||
19 | ->AddElement(new \Mos\HTMLForm\CFormElementText('email')) |
||
20 | ->AddElement(new \Mos\HTMLForm\CFormElementText('phone')) |
||
21 | ->AddElement(new \Mos\HTMLForm\CFormElementSubmit('submit', array('callback'=>array($this, 'DoSubmit')))); |
||
22 | } |
||
23 | |||
54 |
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