File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
dev/tests/functional/tests/app/Magento
Catalog/Test/Handler/CatalogProductAttribute
Swatches/Test/Handler/SwatchProductAttribute Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -157,10 +157,9 @@ protected function changeStructureOfTheData(array $data): array
157
157
* Provides serialized product attribute options.
158
158
*
159
159
* @param array $data
160
- * @param array $optionKeys
161
160
* @return string
162
161
*/
163
- protected function getSerializeOptions (array $ data, array $ optionKeys = [] ): string
162
+ protected function getSerializeOptions (array $ data ): string
164
163
{
165
164
$ options = [];
166
165
foreach ($ data as $ optionRowData ) {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ protected function changeStructureOfTheData(array $data): array
43
43
*
44
44
* @inheritdoc
45
45
*/
46
- protected function getSerializeOptions (array $ data, array $ optionKeys = [] ): string
46
+ protected function getSerializeOptions (array $ data ): string
47
47
{
48
48
$ options = [];
49
49
foreach ($ data as $ optionRowData ) {
You can’t perform that action at this time.
0 commit comments