Skip to content

Commit

Permalink
Added missing @method annotation for setWebsiteIds
Browse files Browse the repository at this point in the history
setWebsiteIds is used inside the class (getWebsiteIds method). It's useful to have setWebsiteIds in code completion.
cmuench committed Sep 11, 2015

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b51f3e0 commit adc710e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/Magento/Catalog/Model/Product.php
Original file line number Diff line number Diff line change
@@ -28,6 +28,7 @@
* @method string getUrlKey()
* @method Product setUrlKey(string $urlKey)
* @method Product setRequestPath(string $requestPath)
* @method Product setWebsiteIds(array $ids)
*
* @SuppressWarnings(PHPMD.LongVariable)
* @SuppressWarnings(PHPMD.ExcessivePublicCount)

0 comments on commit adc710e

Please sign in to comment.