@@ -42,7 +42,11 @@ class TypeInstanceTestHelper
4242 * @param SelectionCollection $selectionCollection
4343 * @param array $optionIds
4444 */
45- public function __construct (OptionCollection $ optionCollection , SelectionCollection $ selectionCollection , array $ optionIds )
45+ public function __construct (
46+ OptionCollection $ optionCollection ,
47+ SelectionCollection $ selectionCollection ,
48+ array $ optionIds
49+ )
4650 {
4751 $ this ->optionCollection = $ optionCollection ;
4852 $ this ->selectionCollection = $ selectionCollection ;
@@ -54,6 +58,7 @@ public function __construct(OptionCollection $optionCollection, SelectionCollect
5458 *
5559 * @param mixed $product
5660 * @return OptionCollection
61+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
5762 */
5863 public function getOptionsCollection ($ product )
5964 {
@@ -66,6 +71,7 @@ public function getOptionsCollection($product)
6671 * @param int $storeId
6772 * @param mixed $product
6873 * @return $this
74+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
6975 */
7076 public function setStoreFilter ($ storeId , $ product )
7177 {
@@ -78,6 +84,7 @@ public function setStoreFilter($storeId, $product)
7884 * @param array $optionIds
7985 * @param mixed $product
8086 * @return SelectionCollection
87+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
8188 */
8289 public function getSelectionsCollection ($ optionIds , $ product )
8390 {
@@ -89,6 +96,7 @@ public function getSelectionsCollection($optionIds, $product)
8996 *
9097 * @param mixed $product
9198 * @return array
99+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
92100 */
93101 public function getOptionsIds ($ product )
94102 {
0 commit comments