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 89bd39a commit 3f4ca69Copy full SHA for 3f4ca69
src/Magento/FunctionalTestingFramework/Upgrade/RenameMetadataFiles.php
@@ -47,7 +47,8 @@ public function execute(InputInterface $input)
47
* @param string $oldFileName
48
* @return string
49
*/
50
- private function convertFileName(string $oldFileName) {
+ private function convertFileName(string $oldFileName)
51
+ {
52
$stripEnding = preg_replace("/-meta.xml/", "", $oldFileName);
53
$hyphenToUnderscore = str_replace("-", "_", $stripEnding);
54
$parts = explode("_", $hyphenToUnderscore);
0 commit comments