We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9a189 commit d76194fCopy full SHA for d76194f
src/DebugBar/DataCollector/MessagesCollector.php
@@ -11,6 +11,7 @@
11
namespace DebugBar\DataCollector;
12
13
use Psr\Log\AbstractLogger;
14
+use DebugBar\DataFormatter\DataFormatterInterface;
15
16
/**
17
* Provides a way to log messages
@@ -38,7 +39,7 @@ public function __construct($name = 'messages')
38
39
*
40
* @param DataFormatterInterface $formater
41
*/
- public function setDataFormatter(\DebugBar\DataFormatter\DataFormatterInterface $formater)
42
+ public function setDataFormatter(DataFormatterInterface $formater)
43
{
44
$this->dataFormater = $formater;
45
return $this;
0 commit comments