From adc710eb0f542056623881799e615ee9c57aae9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCnch?= Date: Fri, 11 Sep 2015 11:06:38 +0200 Subject: [PATCH] Added missing @method annotation for setWebsiteIds setWebsiteIds is used inside the class (getWebsiteIds method). It's useful to have setWebsiteIds in code completion. --- app/code/Magento/Catalog/Model/Product.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/code/Magento/Catalog/Model/Product.php b/app/code/Magento/Catalog/Model/Product.php index dd0f5ec4ead4f..77a8c464e5cb7 100644 --- a/app/code/Magento/Catalog/Model/Product.php +++ b/app/code/Magento/Catalog/Model/Product.php @@ -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)