Skip to content

Commit

Permalink
[fix] infoStocksByWarehouseFbs return type
Browse files Browse the repository at this point in the history
  • Loading branch information
exlh committed Nov 30, 2024
1 parent b652a6d commit 58791c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Service/V1/ProductService.php
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,7 @@ public function infoDescription(array $query): array
*
* @param TStocksQuery $query
*
* @return array{
* result: list<TStocks>
* }
* @return list<TStocks>
*/
public function infoStocksByWarehouseFbs(array $query): array
{
Expand Down

0 comments on commit 58791c3

Please sign in to comment.