Skip to content

Commit adc710e

Browse files
committed
Added missing @method annotation for setWebsiteIds
setWebsiteIds is used inside the class (getWebsiteIds method). It's useful to have setWebsiteIds in code completion.
1 parent b51f3e0 commit adc710e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/Model/Product.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* @method string getUrlKey()
2929
* @method Product setUrlKey(string $urlKey)
3030
* @method Product setRequestPath(string $requestPath)
31+
* @method Product setWebsiteIds(array $ids)
3132
*
3233
* @SuppressWarnings(PHPMD.LongVariable)
3334
* @SuppressWarnings(PHPMD.ExcessivePublicCount)

0 commit comments

Comments
 (0)