Skip to content

Commit b29afaf

Browse files
committed
MQE-2143: Cleanup mftf.log
fixed static-checks
1 parent c2de761 commit b29afaf

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
@@ -23,12 +23,12 @@ class MftfLogger extends Logger
2323
/**
2424
* MftfLogger constructor.
2525
*
26-
* @param string $name The logging channel
27-
* @param HandlerInterface[] $handlers Optional stack of handlers, the first one in the array is called first, etc.
28-
* @param callable[] $processors Optional array of processors
26+
* @param string $name
27+
* @param HandlerInterface[] $handlers
28+
* @param callable[] $processors
2929
* @throws TestFrameworkException
3030
*/
31-
public function __construct($name, array $handlers = array(), array $processors = array())
31+
public function __construct($name, array $handlers = [], array $processors = [])
3232
{
3333
parent::__construct($name, $handlers, $processors);
3434
$this->phase = MftfApplicationConfig::getConfig()->getPhase();

0 commit comments

Comments
 (0)