| Total Complexity | 5 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class ShopifyAdminUserProvider implements UserProviderInterface |
||
| 11 | { |
||
| 12 | const ROLE_SHOPIFY_ADMIN = 'ROLE_SHOPIFY_ADMIN'; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @var ShopifyStoreManagerInterface |
||
| 16 | */ |
||
| 17 | private $storeManager; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param ShopifyStoreManagerInterface $storeManager |
||
| 21 | */ |
||
| 22 | public function __construct(ShopifyStoreManagerInterface $storeManager) |
||
| 23 | { |
||
| 24 | $this->storeManager = $storeManager; |
||
| 25 | } |
||
| 26 | |||
| 27 | public function loadUserByUsername($username) |
||
| 34 | } |
||
| 35 | |||
| 36 | public function refreshUser(UserInterface $user) |
||
| 39 | } |
||
| 40 | |||
| 41 | public function supportsClass($class) |
||
| 46 |
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