Skip to content

Commit 7c989ac

Browse files
committed
MQE-1963: Update XSD Schema to verify that file has only single entity
1 parent e40f758 commit 7c989ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Magento/FunctionalTestingFramework/Upgrade/RemoveModuleFileInSuiteFiles.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class RemoveModuleFileInSuiteFiles implements UpgradeInterface
2727
/**
2828
* Number of test being updated
2929
*
30-
* @var int
30+
* @var integer
3131
*/
3232
private $testsUpdated = 0;
3333

@@ -63,8 +63,8 @@ public function execute(InputInterface $input, OutputInterface $output)
6363
/**
6464
* Remove module file attribute in Suite xml file
6565
*
66-
* @param $contents
67-
* @param $file
66+
* @param string $contents
67+
* @param string $file
6868
* @return string|string[]|null
6969
*/
7070
private function removeModuleFileAttributeInSuite($contents, $file)

0 commit comments

Comments
 (0)