Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
11 | class CredentialWriter implements CredentialWriterInterface |
||
12 | { |
||
13 | /** |
||
14 | * @var \Xervice\User\Persistence\UserDataReader |
||
15 | */ |
||
16 | private $userDataReader; |
||
17 | |||
18 | /** |
||
19 | * CredentialWriter constructor. |
||
20 | * |
||
21 | * @param \Xervice\User\Persistence\UserDataReader $userDataReader |
||
22 | */ |
||
23 | 1 | public function __construct(UserDataReader $userDataReader) |
|
26 | 1 | } |
|
27 | |||
28 | /** |
||
29 | * @param \DataProvider\UserCredentialDataProvider $userCredentialDataProvider |
||
30 | * |
||
31 | * @throws \Propel\Runtime\Exception\PropelException |
||
32 | */ |
||
33 | 1 | public function updateCredential(UserCredentialDataProvider $userCredentialDataProvider): void |
|
40 | } |
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