Skip to content

Commit 8ffe789

Browse files
committed
Fix code style
1 parent f948b1f commit 8ffe789

File tree

1 file changed

+10
-5
lines changed
  • app/code/Magento/Developer/Test/Unit/Model/XmlCatalog/Format

1 file changed

+10
-5
lines changed

app/code/Magento/Developer/Test/Unit/Model/XmlCatalog/Format/VsCodeTest.php

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,13 +265,18 @@ public function dictionaryDataProvider()
265265
return [
266266
[
267267
$content,
268-
['urn:magento:framework:Acl/etc/acl.xsd' => 'vendor/magento/framework/Acl/etc/acl.xsd',
269-
'urn:magento:module:Magento_Store:etc/config.xsd' => 'vendor/magento/module-store/etc/config.xsd',
270-
'urn:magento:module:Magento_Cron:etc/crontab.xsd' => 'vendor/magento/module-cron/etc/crontab.xsd',
271-
'urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd' => 'vendor/magento/framework/Setup/Declaration/Schema/etc/schema.xsd'],
268+
[
269+
'urn:magento:framework:Acl/etc/acl.xsd' =>
270+
'vendor/magento/framework/Acl/etc/acl.xsd',
271+
'urn:magento:module:Magento_Store:etc/config.xsd' =>
272+
'vendor/magento/module-store/etc/config.xsd',
273+
'urn:magento:module:Magento_Cron:etc/crontab.xsd' =>
274+
'vendor/magento/module-cron/etc/crontab.xsd',
275+
'urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd' =>
276+
'vendor/magento/framework/Setup/Declaration/Schema/etc/schema.xsd',
277+
],
272278
$invalidContent,
273279
],
274280
];
275281
}
276-
277282
}

0 commit comments

Comments
 (0)