Total Complexity | 2 |
Total Lines | 32 |
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 $this |
||
16 | */ |
||
17 | protected function defineControllers(Application $app) |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * @uses \SprykerEco\Yves\Braintree\Controller\PaypalExpressController::successAction() |
||
26 | * |
||
27 | * @return $this |
||
28 | */ |
||
29 | protected function addPaypalExpressSuccessResponseRoute() |
||
40 | } |
||
41 | } |
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