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

Commit 94698fb

Browse files
committed
apply formatting
1 parent 28575b3 commit 94698fb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Api/Stocks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ public function all($pageSize = 50, $currentPage = 1, $filters = [])
2121
'searchCriteria[currentPage]' => $currentPage,
2222
]));
2323
}
24-
}
24+
}

tests/Api/StocksTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Grayloon\Magento\Tests;
44

55
use Grayloon\Magento\Api\Stocks;
6-
use Grayloon\Magento\Api\Sources;
76
use Grayloon\Magento\MagentoFacade;
87
use Illuminate\Support\Facades\Http;
98

0 commit comments

Comments
 (0)