Skip to content

Commit 8e19a73

Browse files
nmalevanechostep
authored andcommitted
Static test fix.
(cherry picked from commit 1238e4d)
1 parent 47aee60 commit 8e19a73

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

app/code/Magento/Checkout/Model/GuestPaymentInformationManagement.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
use Magento\Quote\Model\Quote;
1414

1515
/**
16+
* Guest payment information management model.
17+
*
1618
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1719
*/
1820
class GuestPaymentInformationManagement implements \Magento\Checkout\Api\GuestPaymentInformationManagementInterface
@@ -65,7 +67,7 @@ class GuestPaymentInformationManagement implements \Magento\Checkout\Api\GuestPa
6567
* @param \Magento\Checkout\Api\PaymentInformationManagementInterface $paymentInformationManagement
6668
* @param \Magento\Quote\Model\QuoteIdMaskFactory $quoteIdMaskFactory
6769
* @param CartRepositoryInterface $cartRepository
68-
* @param ResourceConnection|null
70+
* @param ResourceConnection $connectionPool
6971
* @codeCoverageIgnore
7072
*/
7173
public function __construct(
@@ -87,7 +89,7 @@ public function __construct(
8789
}
8890

8991
/**
90-
* {@inheritDoc}
92+
* @inheritdoc
9193
*/
9294
public function savePaymentInformationAndPlaceOrder(
9395
$cartId,
@@ -128,7 +130,7 @@ public function savePaymentInformationAndPlaceOrder(
128130
}
129131

130132
/**
131-
* {@inheritDoc}
133+
* @inheritdoc
132134
*/
133135
public function savePaymentInformation(
134136
$cartId,
@@ -155,7 +157,7 @@ public function savePaymentInformation(
155157
}
156158

157159
/**
158-
* {@inheritDoc}
160+
* @inheritdoc
159161
*/
160162
public function getPaymentInformation($cartId)
161163
{

0 commit comments

Comments
 (0)