Skip to content

Commit cde5330

Browse files
authored
Merge pull request #25 from Codexshaper/analysis-Rvj6kj
Apply fixes from StyleCI
2 parents 89d0f8e + 5f4bb85 commit cde5330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WooCommerceApi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ class WooCommerceApi
2727
public function __construct()
2828
{
2929
$this->headers = [
30-
'header_total' => config('woocommerce.header_total') ?? 'X-WP-Total',
30+
'header_total' => config('woocommerce.header_total') ?? 'X-WP-Total',
3131
'header_total_pages' => config('woocommerce.header_total_pages') ?? 'X-WP-TotalPages',
3232
];
33-
33+
3434
$this->client = new Client(
3535
config('woocommerce.store_url'),
3636
config('woocommerce.consumer_key'),

0 commit comments

Comments
 (0)