Skip to content
Snippets Groups Projects
Commit 6653b473 authored by Leonid Poluyanov's avatar Leonid Poluyanov
Browse files

Merge remote-tracking branch 'origin/MAGETWO-84448' into PANDA-2.2-develop-PR

parents 772edf9a 29908b30
Branches
No related merge requests found
......@@ -427,10 +427,10 @@ class RowCustomizer implements RowCustomizerInterface
* - 'name=All store views name' for all store views
* - 'name_specific_store=Specific store name' for store view with 'specific_store' store code
*
* @param \Magento\Catalog\Model\Product $product $product
* @param \Magento\Catalog\Model\Product $product
* @return array
*/
private function getBundleOptionTitles($product): array
private function getBundleOptionTitles(\Magento\Catalog\Model\Product $product): array
{
$optionCollections = $this->getProductOptionCollections($product);
$optionsTitles = [];
......@@ -460,7 +460,7 @@ class RowCustomizer implements RowCustomizerInterface
* Set given store id to the product if it was defined (default store id will be set if was not).
*
* @param \Magento\Catalog\Model\Product $product $product
* @param integer $storeId
* @param int $storeId
* @return \Magento\Bundle\Model\ResourceModel\Option\Collection
*/
private function getProductOptionCollections(
......@@ -483,7 +483,7 @@ class RowCustomizer implements RowCustomizerInterface
*
* Collect store id in $storeIdToCode[] private variable if it was not initialized earlier.
*
* @param $storeId
* @param int $storeId
* @return string
*/
private function getStoreCodeById($storeId): string
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment