Skip to content

Commit 3f4ca69

Browse files
committed
MQE-1057: Update metadata filenames convention
- Fix static check error
1 parent 89bd39a commit 3f4ca69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Magento/FunctionalTestingFramework/Upgrade/RenameMetadataFiles.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ public function execute(InputInterface $input)
4747
* @param string $oldFileName
4848
* @return string
4949
*/
50-
private function convertFileName(string $oldFileName) {
50+
private function convertFileName(string $oldFileName)
51+
{
5152
$stripEnding = preg_replace("/-meta.xml/", "", $oldFileName);
5253
$hyphenToUnderscore = str_replace("-", "_", $stripEnding);
5354
$parts = explode("_", $hyphenToUnderscore);

0 commit comments

Comments
 (0)