Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
30 | public function status_matrix_provider() { |
||
31 | return array( |
||
32 | array( Statuses::COMPLETED, Core_Statuses::SUCCESS ), |
||
33 | array( Statuses::INITIALIZED, Core_Statuses::OPEN ), |
||
34 | array( Statuses::UNCLEARED, Core_Statuses::OPEN ), |
||
35 | array( Statuses::VOID, Core_Statuses::CANCELLED ), |
||
36 | array( Statuses::DECLINED, Core_Statuses::FAILURE ), |
||
37 | array( Statuses::REFUNDED, Core_Statuses::CANCELLED ), |
||
38 | array( Statuses::EXPIRED, Core_Statuses::EXPIRED ), |
||
39 | array( 'not existing response code', null ), |
||
40 | ); |
||
43 |
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