Skip to content

Commit a30065a

Browse files
committed
MFTF deprecation notice attributes
1 parent 6e9aeca commit a30065a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class MftfLogger extends Logger
1616
* Prints a deprecation warning, as well as adds a log at the WARNING level.
1717
*
1818
* @param string $message The log message.
19-
* @param array $context The log context.
20-
* @param bool $verbose
19+
* @param array $context The log context.
20+
* @param bool $verbose
2121
* @return void
2222
* @throws \Magento\FunctionalTestingFramework\Exceptions\TestFrameworkException
2323
*/
@@ -35,8 +35,8 @@ public function deprecation($message, array $context = [], $verbose = false)
3535
* Prints a critical failure, as well as adds a log at the CRITICAL level.
3636
*
3737
* @param string $message The log message.
38-
* @param array $context The log context.
39-
* @param bool $verbose
38+
* @param array $context The log context.
39+
* @param bool $verbose
4040
* @return void
4141
* @throws \Magento\FunctionalTestingFramework\Exceptions\TestFrameworkException
4242
*/

0 commit comments

Comments
 (0)