| Conditions | 1 |
| Paths | 1 |
| Total Lines | 40 |
| Code Lines | 30 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | protected function defineControllers(Application $app) |
||
| 27 | { |
||
| 28 | $this->createController( |
||
| 29 | '/heidelpay/payment-failed', |
||
| 30 | static::HEIDELPAY_PAYMENT_FAILED, |
||
| 31 | 'Heidelpay', |
||
| 32 | 'Heidelpay', |
||
| 33 | 'paymentFailed' |
||
| 34 | ); |
||
| 35 | |||
| 36 | $this->createController( |
||
| 37 | '/heidelpay/payment', |
||
| 38 | static::HEIDELPAY_PAYMENT, |
||
| 39 | 'Heidelpay', |
||
| 40 | 'Heidelpay', |
||
| 41 | 'payment' |
||
| 42 | ); |
||
| 43 | |||
| 44 | $this->createController( |
||
| 45 | '/heidelpay/ideal-authorize', |
||
| 46 | static::HEIDELPAY_IDEAL_AUTHORIZE, |
||
| 47 | 'Heidelpay', |
||
| 48 | 'Ideal', |
||
| 49 | 'authorize' |
||
| 50 | ); |
||
| 51 | |||
| 52 | $this->createController( |
||
| 53 | '/heidelpay/cc-register-response', |
||
| 54 | static::HEIDELPAY_CREDIT_CARD_REGISTER, |
||
| 55 | 'Heidelpay', |
||
| 56 | 'CreditCard', |
||
| 57 | 'registrationRequest' |
||
| 58 | ); |
||
| 59 | |||
| 60 | $this->createController( |
||
| 61 | '/heidelpay/cc-register-success', |
||
| 62 | static::HEIDELPAY_CREDIT_CARD_REGISTER_SUCCESS, |
||
| 63 | 'Heidelpay', |
||
| 64 | 'CreditCard', |
||
| 65 | 'registrationSuccess' |
||
| 66 | ); |
||
| 69 |
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