| Conditions | 3 |
| Paths | 3 |
| Total Lines | 16 |
| Code Lines | 12 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 53 | public function Open() |
||
| 54 | { |
||
| 55 | $html = '<fieldset'; |
||
| 56 | $html .= $this->attributes->RenderHtml(); |
||
| 57 | $html .= '>'; |
||
| 58 | if($this->legend) |
||
| 59 | { |
||
| 60 | $html .= '<legend'; |
||
| 61 | if($this->legendAttributes instanceof AttributesBuilder) |
||
| 62 | $html .= $this->legendAttributes->RenderHtml(); |
||
| 63 | $html .= '>'; |
||
| 64 | $html .= $this->legend; |
||
| 65 | $html .= '</legend>'; |
||
| 66 | } |
||
| 67 | $this->isOpened = true; |
||
| 68 | return $html; |
||
| 69 | } |
||
| 82 | } |
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