|
1 | 1 | parameters:
|
2 | 2 | ignoreErrors:
|
3 | 3 | -
|
4 |
| - message: "#^Method Mollie\\\\Payment\\\\Block\\\\Info\\\\Base\\:\\:getOrderId\\(\\) should return string but return statement is missing\\.$#" |
| 4 | + message: "#^Use service contracts to persist entities in favour of Magento\\\\SalesRule\\\\Model\\\\Coupon\\:\\:load\\(\\) method$#" |
5 | 5 | count: 1
|
6 |
| - path: Block/Info/Base.php |
| 6 | + path: Helper/General.php |
7 | 7 |
|
8 | 8 | -
|
9 |
| - message: "#^Method Mollie\\\\Payment\\\\Controller\\\\Checkout\\\\Process\\:\\:execute\\(\\) should return Magento\\\\Framework\\\\App\\\\ResponseInterface\\|Magento\\\\Framework\\\\Controller\\\\ResultInterface but return statement is missing\\.$#" |
| 9 | + message: "#^Use service contracts to persist entities in favour of Magento\\\\SalesRule\\\\Model\\\\Coupon\\:\\:save\\(\\) method$#" |
10 | 10 | count: 1
|
11 |
| - path: Controller/Checkout/Process.php |
| 11 | + path: Helper/General.php |
12 | 12 |
|
13 | 13 | -
|
14 |
| - message: "#^Method Mollie\\\\Payment\\\\Controller\\\\Checkout\\\\Redirect\\:\\:execute\\(\\) should return Magento\\\\Framework\\\\App\\\\ResponseInterface\\|Magento\\\\Framework\\\\Controller\\\\ResultInterface but return statement is missing\\.$#" |
| 14 | + message: "#^Use service contracts to persist entities in favour of Magento\\\\Sales\\\\Model\\\\Order\\:\\:save\\(\\) method$#" |
15 | 15 | count: 1
|
16 |
| - path: Controller/Checkout/Redirect.php |
| 16 | + path: Model/Methods/Reorder.php |
17 | 17 |
|
18 | 18 | -
|
19 |
| - message: "#^Method Mollie\\\\Payment\\\\Controller\\\\Checkout\\\\Restart\\:\\:execute\\(\\) should return Magento\\\\Framework\\\\App\\\\ResponseInterface\\|Magento\\\\Framework\\\\Controller\\\\ResultInterface but return statement is missing\\.$#" |
| 19 | + message: "#^Use service contracts to persist entities in favour of Mollie\\\\Payment\\\\Model\\\\OrderLines\\:\\:load\\(\\) method$#" |
20 | 20 | count: 1
|
21 |
| - path: Controller/Checkout/Restart.php |
| 21 | + path: Model/OrderLines.php |
22 | 22 |
|
23 | 23 | -
|
24 |
| - message: "#^Method Mollie\\\\Payment\\\\Controller\\\\Checkout\\\\Success\\:\\:execute\\(\\) should return Magento\\\\Framework\\\\App\\\\ResponseInterface\\|Magento\\\\Framework\\\\Controller\\\\ResultInterface but return statement is missing\\.$#" |
25 |
| - count: 1 |
26 |
| - path: Controller/Checkout/Success.php |
| 24 | + message: "#^Use service contracts to persist entities in favour of Mollie\\\\Payment\\\\Model\\\\OrderLines\\:\\:save\\(\\) method$#" |
| 25 | + count: 2 |
| 26 | + path: Model/OrderLines.php |
27 | 27 |
|
28 | 28 | -
|
29 |
| - message: "#^Method Mollie\\\\Payment\\\\Helper\\\\General\\:\\:getBanktransferDueDate\\(\\) should return string\\|false but return statement is missing\\.$#" |
| 29 | + message: "#^Use service contracts to persist entities in favour of Magento\\\\SalesRule\\\\Model\\\\Coupon\\:\\:load\\(\\) method$#" |
30 | 30 | count: 1
|
31 |
| - path: Helper/General.php |
| 31 | + path: Service/Order/CancelOrder.php |
32 | 32 |
|
33 | 33 | -
|
34 |
| - message: "#^Method Mollie\\\\Payment\\\\Model\\\\Adminhtml\\\\Backend\\\\VerifiyPaymentFee\\:\\:beforeSave\\(\\) should return \\$this\\(Mollie\\\\Payment\\\\Model\\\\Adminhtml\\\\Backend\\\\VerifiyPaymentFee\\) but return statement is missing\\.$#" |
| 34 | + message: "#^Use service contracts to persist entities in favour of Magento\\\\SalesRule\\\\Model\\\\Coupon\\:\\:save\\(\\) method$#" |
35 | 35 | count: 1
|
36 |
| - path: Model/Adminhtml/Backend/VerifiyPaymentFee.php |
| 36 | + path: Service/Order/CancelOrder.php |
37 | 37 |
|
38 | 38 | -
|
39 |
| - message: "#^Method Mollie\\\\Payment\\\\Model\\\\Methods\\\\Reorder\\:\\:initialize\\(\\) should return \\$this\\(Mollie\\\\Payment\\\\Model\\\\Methods\\\\Reorder\\) but return statement is missing\\.$#" |
| 39 | + message: "#^Use service contracts to persist entities in favour of Mollie\\\\Payment\\\\Model\\\\OrderLines\\:\\:save\\(\\) method$#" |
40 | 40 | count: 1
|
41 |
| - path: Model/Methods/Reorder.php |
| 41 | + path: Service/Order/Lines/Order.php |
42 | 42 |
|
43 | 43 | -
|
44 |
| - message: "#^Method Mollie\\\\Payment\\\\Model\\\\Mollie\\:\\:createOrderRefund\\(\\) should return \\$this\\(Mollie\\\\Payment\\\\Model\\\\Mollie\\) but return statement is missing\\.$#" |
| 44 | + message: "#^Use service contracts to persist entities in favour of Magento\\\\Quote\\\\Model\\\\QuoteIdMask\\:\\:load\\(\\) method$#" |
45 | 45 | count: 1
|
46 |
| - path: Model/Mollie.php |
47 |
| - |
| 46 | + path: Webapi/PaymentToken.php |
0 commit comments