We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8722fa6 commit 5e6801eCopy full SHA for 5e6801e
dev/tests/functional/tests/app/Magento/Catalog/Test/Handler/CatalogProductAttribute/Curl.php
@@ -144,6 +144,10 @@ public function persist(FixtureInterface $fixture = null)
144
*/
145
protected function changeStructureOfTheData(array $data): array
146
{
147
+ if (!isset($data['options'])) {
148
+ return $data;
149
+ }
150
+
151
$serializedOptions = $this->getSerializeOptions($data['options']);
152
if ($serializedOptions) {
153
$data['serialized_options'] = $serializedOptions;
0 commit comments