| Total Complexity | 2 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class PaypalExpressControllerProvider extends AbstractYvesControllerProvider |
||
| 9 | { |
||
| 10 | public const ROUTE_PAYPAL_EXPRESS_SUCCESS_RESPONSE = 'paypal-express-success'; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @param \Silex\Application $app |
||
| 14 | * |
||
| 15 | * @return void |
||
| 16 | */ |
||
| 17 | protected function defineControllers(Application $app) |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @uses \SprykerEco\Yves\Braintree\Controller\PaypalExpressController::successAction() |
||
| 24 | * |
||
| 25 | * @return $this |
||
| 26 | */ |
||
| 27 | protected function addPaypalExpressSuccessResponseRoute() |
||
| 38 | } |
||
| 39 | } |
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