Skip to content

Commit a698766

Browse files
author
Maxim Medinskiy
committed
MAGETWO-44062: [github] Method \Magento\Customer\Model\Customer::setWebsiteId() has wrong PHPDoc declaration #2089
1 parent c23bf25 commit a698766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Model/Customer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Customer model
2323
*
2424
* @method int getWebsiteId() getWebsiteId()
25-
* @method Customer setWebsiteId(int)
25+
* @method Customer setWebsiteId($value)
2626
* @method int getStoreId() getStoreId()
2727
* @method string getEmail() getEmail()
2828
* @method ResourceCustomer _getResource()

0 commit comments

Comments
 (0)