Total Complexity | 3 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | class Ezpublish extends \Aimeos\MShop\Context\Item\Standard |
||
21 | { |
||
22 | private $ezUserService; |
||
23 | |||
24 | |||
25 | /** |
||
26 | * Sets the eZ user service object |
||
27 | * |
||
28 | * @param \eZ\Publish\API\Repository\UserService $service eZ user service object |
||
29 | * @return \Aimeos\MShop\Context\Item\Iface Context item for chaining method calls |
||
30 | */ |
||
31 | public function setEzUserService( \eZ\Publish\API\Repository\UserService $service ) : \Aimeos\MShop\Context\Item\Iface |
||
35 | } |
||
36 | |||
37 | |||
38 | /** |
||
39 | * Returns the eZ user service object |
||
40 | * |
||
41 | * @return \eZ\Publish\API\Repository\UserService eZ user service object |
||
42 | */ |
||
43 | public function getEzUserService() : \eZ\Publish\API\Repository\UserService |
||
52 |
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