File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Magento/FunctionalTestingFramework/Util/Logger Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ class MftfLogger extends Logger
23
23
/**
24
24
* MftfLogger constructor.
25
25
*
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
29
29
* @throws TestFrameworkException
30
30
*/
31
- public function __construct ($ name , array $ handlers = array () , array $ processors = array () )
31
+ public function __construct ($ name , array $ handlers = [] , array $ processors = [] )
32
32
{
33
33
parent ::__construct ($ name , $ handlers , $ processors );
34
34
$ this ->phase = MftfApplicationConfig::getConfig ()->getPhase ();
You can’t perform that action at this time.
0 commit comments