Skip to content

Commit

Permalink
edit method description
Browse files Browse the repository at this point in the history
  • Loading branch information
core45 committed Dec 26, 2023
1 parent 72b7730 commit d2cc89f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
}
],
"minimum-stability": "dev",
"version": "1.0.1"
"version": "1.0.2"
}
4 changes: 4 additions & 0 deletions src/Baselinker/Catalog.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,10 @@ public function deleteInventoryCategory(int $categoryId)
/**
* The method allows to get a list of categories from BaseLinker storage.
*
* @param int|null $inventoryId Catalog ID. The list of identifiers can be retrieved by the getInventories method (inventory_id field).
* To retrieve categories available for all catalogs created in BaseLinker, this field should be omitted.
* The categories which are not assigned to any inventory will be returned in every inventory because they are considered common.
*
* @return array
*
* Example:
Expand Down

0 comments on commit d2cc89f

Please sign in to comment.