Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit e2b1d4c

Browse files
ahinkleStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent a1b4505 commit e2b1d4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Api/GuestCarts.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ public function removeCoupons($cartId)
173173
* Assign a specified customer to a specified shopping cart.
174174
*
175175
* @param string $cartId
176-
* @param integer $customerId
177-
* @param integer $storeId
176+
* @param int $customerId
177+
* @param int $storeId
178178
* @return array
179179
*/
180180
public function assignCustomer($cartId, $customerId, $storeId)

tests/Api/GuestCartsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public function test_can_edit_item()
156156

157157
$this->assertTrue($api->ok());
158158
}
159-
159+
160160
public function test_it_can_assign_customer()
161161
{
162162
Http::fake([

0 commit comments

Comments
 (0)