Skip to content

Commit 64b6bdf

Browse files
committed
MFTF deprecation notice attributes
1 parent a30065a commit 64b6bdf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

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

0 commit comments

Comments
 (0)