Skip to content

Commit cbc6a67

Browse files
authored
Supress the camelCase warning
1 parent 553aa22 commit cbc6a67

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Catalog/Model/ResourceModel/Product/Link/Product

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Link/Product/Collection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ private function joinProductsToLinks()
365365
/**
366366
* After the collection has been loaded
367367
*
368+
* @SuppressWarnings(PHPMD.CamelCaseMethodName)
368369
* @return $this
369370
*/
370371
protected function _afterLoad()

0 commit comments

Comments
 (0)