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
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 ();
You can’t perform that action at this time.
0 commit comments