Total Complexity | 2 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class PaypalExpressControllerProvider extends AbstractYvesControllerProvider |
||
14 | { |
||
15 | public const ROUTE_PAYPAL_EXPRESS_SUCCESS_RESPONSE = 'paypal-express-success'; |
||
16 | |||
17 | /** |
||
18 | * @param \Silex\Application $app |
||
19 | * |
||
20 | * @return $this |
||
21 | */ |
||
22 | protected function defineControllers(Application $app) |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @uses \SprykerEco\Yves\Braintree\Controller\PaypalExpressController::successAction() |
||
31 | * |
||
32 | * @return $this |
||
33 | */ |
||
34 | protected function addPaypalExpressSuccessResponseRoute() |
||
47 |
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