Total Complexity | 4 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
20 | class AfterpayPersistenceFactory extends AbstractPersistenceFactory |
||
21 | { |
||
22 | /** |
||
23 | * @return \Orm\Zed\Afterpay\Persistence\SpyPaymentAfterpayQuery |
||
24 | */ |
||
25 | public function createPaymentAfterpayQuery(): SpyPaymentAfterpayQuery |
||
26 | { |
||
27 | return SpyPaymentAfterpayQuery::create(); |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * @return \Orm\Zed\Afterpay\Persistence\SpyPaymentAfterpayOrderItemQuery |
||
32 | */ |
||
33 | public function createPaymentAfterpayOrderItemQuery(): SpyPaymentAfterpayOrderItemQuery |
||
34 | { |
||
35 | return SpyPaymentAfterpayOrderItemQuery::create(); |
||
36 | } |
||
37 | |||
38 | /** |
||
39 | * @return \Orm\Zed\Afterpay\Persistence\SpyPaymentAfterpayTransactionLogQuery |
||
40 | */ |
||
41 | public function createPaymentAfterpayTransactionLogQuery(): SpyPaymentAfterpayTransactionLogQuery |
||
42 | { |
||
43 | return SpyPaymentAfterpayTransactionLogQuery::create(); |
||
44 | } |
||
45 | |||
46 | /** |
||
47 | * @return \Orm\Zed\Afterpay\Persistence\SpyPaymentAfterpayAuthorizationQuery |
||
48 | */ |
||
49 | public function createPaymentAfterpayAuthorizationQuery(): SpyPaymentAfterpayAuthorizationQuery |
||
52 | } |
||
53 | } |
||
54 |
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