Total Complexity | 2 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | class AcquirerStatusResMessage extends ResponseMessage { |
||
18 | /** |
||
19 | * The document element name |
||
20 | * |
||
21 | * @var string |
||
22 | */ |
||
23 | const NAME = 'AcquirerStatusRes'; |
||
24 | |||
25 | /** |
||
26 | * Transaction |
||
27 | * |
||
28 | * @var Pronamic_WP_Pay_Gateways_IDealAdvancedV3_Transaction |
||
29 | */ |
||
30 | public $transaction; |
||
31 | |||
32 | /** |
||
33 | * Constructs and initialize an status response message |
||
34 | */ |
||
35 | public function __construct() { |
||
36 | parent::__construct( self::NAME ); |
||
37 | } |
||
38 | |||
39 | /** |
||
40 | * Parse the specified XML into an directory response message object |
||
41 | * |
||
42 | * @param SimpleXMLElement $xml |
||
43 | * |
||
44 | * @return ResponseMessage |
||
45 | */ |
||
46 | public static function parse( SimpleXMLElement $xml ) { |
||
52 | } |
||
53 | } |
||
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