Skip to content

Commit

Permalink
API model docblocks
Browse files Browse the repository at this point in the history
* API model docblocks
  • Loading branch information
livca-smile authored Aug 29, 2024
1 parent 2f194c2 commit bd616f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Api/Data/AddressInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface AddressInterface
/**
* Get region.
*
* @return RegionInterface|string|null
* @return \Magento\Customer\Api\Data\RegionInterface|string|null
*/
public function getRegion(): RegionInterface|string|null;

Expand All @@ -43,7 +43,7 @@ public function getCountryId(): ?string;
/**
* Get street.
*
* @return array
* @return string[]
*/
public function getStreet(): array;

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## ## [2.1.2] - 2024-08-29
[2.1.2]: https://github.com/Smile-SA/magento2-module-map/compare/2.1.1...2.1.2

- API model docblocks

## ## [2.1.1] - 2024-05-03
[2.1.1]: https://github.com/Smile-SA/magento2-module-map/compare/2.1.0...2.1.1

Expand Down

0 comments on commit bd616f8

Please sign in to comment.