Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
27 | public function getContent() |
||
28 | { |
||
29 | $stare1 = '<f_response_code>0</f_response_code>'; |
||
30 | $stare1 = '<f_response_code>1</f_response_code>'; |
||
31 | |||
32 | $content = '<?xml version="1.0" encoding="UTF-8" ?>'; |
||
33 | $content .= '<itsn>'; |
||
34 | $content .= '<x_trans_id>' . $this->getTransactionReference() . '</x_trans_id>'; |
||
35 | $content .= '<merchServerStamp>' . date("Y-m-d H:m:s") . '</merchServerStamp>'; |
||
36 | $content .= $stare1; |
||
37 | $content .= '</itsn>'; |
||
38 | return $content; |
||
39 | } |
||
64 |
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