Skip to content

Commit 592aba9

Browse files
committed
MQE-1541: Add option to generate:tests for XSD validation on 'merged files'
fxing code sniffer errors
1 parent 29d5435 commit 592aba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/Util/Logger/MftfLogger.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ public function deprecation($message, array $context = [])
3232
/**
3333
* Prints a critical failure, as well as adds a log at the CRITICAL level.
3434
*
35-
* @param string $message The log message.
36-
* @param array $context The log context.
35+
* @param string $message The log message.
36+
* @param array $context The log context.
3737
* @return void
3838
*/
3939
public function criticalFailure($message, array $context = [])

0 commit comments

Comments
 (0)