Skip to content

Commit 1238e4d

Browse files
committed
Static test fix.
1 parent 9ab59dc commit 1238e4d

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
@@ -14,6 +14,8 @@
1414
use Magento\Quote\Model\Quote;
1515

1616
/**
17+
* Guest payment information management model.
18+
*
1719
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1820
*/
1921
class GuestPaymentInformationManagement implements \Magento\Checkout\Api\GuestPaymentInformationManagementInterface
@@ -66,7 +68,7 @@ class GuestPaymentInformationManagement implements \Magento\Checkout\Api\GuestPa
6668
* @param \Magento\Checkout\Api\PaymentInformationManagementInterface $paymentInformationManagement
6769
* @param \Magento\Quote\Model\QuoteIdMaskFactory $quoteIdMaskFactory
6870
* @param CartRepositoryInterface $cartRepository
69-
* @param ResourceConnection|null
71+
* @param ResourceConnection $connectionPool
7072
* @codeCoverageIgnore
7173
*/
7274
public function __construct(
@@ -88,7 +90,7 @@ public function __construct(
8890
}
8991

9092
/**
91-
* {@inheritDoc}
93+
* @inheritdoc
9294
*/
9395
public function savePaymentInformationAndPlaceOrder(
9496
$cartId,
@@ -129,7 +131,7 @@ public function savePaymentInformationAndPlaceOrder(
129131
}
130132

131133
/**
132-
* {@inheritDoc}
134+
* @inheritdoc
133135
*/
134136
public function savePaymentInformation(
135137
$cartId,
@@ -156,7 +158,7 @@ public function savePaymentInformation(
156158
}
157159

158160
/**
159-
* {@inheritDoc}
161+
* @inheritdoc
160162
*/
161163
public function getPaymentInformation($cartId)
162164
{

0 commit comments

Comments
 (0)