Skip to content

Commit d76194f

Browse files
author
clickalicious GmbH
committed
Changed fix implementation as recommended
Changed like recommended: php-debugbar#227
1 parent ee9a189 commit d76194f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DebugBar/DataCollector/MessagesCollector.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
namespace DebugBar\DataCollector;
1212

1313
use Psr\Log\AbstractLogger;
14+
use DebugBar\DataFormatter\DataFormatterInterface;
1415

1516
/**
1617
* Provides a way to log messages
@@ -38,7 +39,7 @@ public function __construct($name = 'messages')
3839
*
3940
* @param DataFormatterInterface $formater
4041
*/
41-
public function setDataFormatter(\DebugBar\DataFormatter\DataFormatterInterface $formater)
42+
public function setDataFormatter(DataFormatterInterface $formater)
4243
{
4344
$this->dataFormater = $formater;
4445
return $this;

0 commit comments

Comments
 (0)