We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c224526 commit d254922Copy full SHA for d254922
app/code/Magento/Customer/Model/ResourceModel/CustomerRepository.php
@@ -343,7 +343,7 @@ public function getById($customerId)
343
* Retrieve customers which match a specified criteria.
344
*
345
* This call returns an array of objects, but detailed information about each object’s attributes might not be
346
- * included. See http://devdocs.magento.com/codelinks/attributes.html#CustomerRepositoryInterface to determine
+ * included. See https://devdocs.magento.com/codelinks/attributes.html#CustomerRepositoryInterface to determine
347
* which call to use to get detailed information about all attributes for an object.
348
349
* @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria
0 commit comments