Skip to content

Commit 678fab5

Browse files
committed
Fix > PHP Code Sniffer violation : $store parameter is missing in method annotation
1 parent ed2ea43 commit 678fab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Product/Type/AbstractType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ public function getStoreFilter($product)
905905
/**
906906
* Set store filter for associated products
907907
*
908-
* @param $store int|\Magento\Store\Model\Store
908+
* @param int|\Magento\Store\Model\Store $store
909909
* @param \Magento\Catalog\Model\Product $product
910910
* @return $this
911911
*/

0 commit comments

Comments
 (0)