From a698766edbcdbe92d6e684c0ba02e54734afb0e1 Mon Sep 17 00:00:00 2001 From: Maxim Medinskiy <mmedinskiy@ebay.com> Date: Fri, 16 Oct 2015 18:13:16 +0300 Subject: [PATCH] MAGETWO-44062: [github] Method \Magento\Customer\Model\Customer::setWebsiteId() has wrong PHPDoc declaration #2089 --- app/code/Magento/Customer/Model/Customer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Customer/Model/Customer.php b/app/code/Magento/Customer/Model/Customer.php index 53cd1bcc12a..4516a33962a 100644 --- a/app/code/Magento/Customer/Model/Customer.php +++ b/app/code/Magento/Customer/Model/Customer.php @@ -22,7 +22,7 @@ use Magento\Framework\Indexer\StateInterface; * Customer model * * @method int getWebsiteId() getWebsiteId() - * @method Customer setWebsiteId(int) + * @method Customer setWebsiteId($value) * @method int getStoreId() getStoreId() * @method string getEmail() getEmail() * @method ResourceCustomer _getResource() -- GitLab