Skip to content

Commit d254922

Browse files
code cleanup
1 parent c224526 commit d254922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ public function getById($customerId)
343343
* Retrieve customers which match a specified criteria.
344344
*
345345
* 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
346+
* included. See https://devdocs.magento.com/codelinks/attributes.html#CustomerRepositoryInterface to determine
347347
* which call to use to get detailed information about all attributes for an object.
348348
*
349349
* @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria

0 commit comments

Comments
 (0)