| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 45 | protected function cupomFiscal(Order $order) |
||
| 46 | { |
||
| 47 | $this->makeInfRespTec(); |
||
| 48 | $this->makeInfNFe($this->version); |
||
| 49 | $this->makeIde($order); |
||
| 50 | $this->makeEmit($order); |
||
| 51 | $this->makeDest($order); |
||
| 52 | $this->makeProds($order); |
||
| 53 | $this->makeTransp($order); |
||
| 54 | $this->makePag($order); |
||
| 55 | $this->makedetPag($order); |
||
| 56 | } |
||
| 58 |
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