1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00

Fix for wrong namespace lookup. No clean use possible otherwise.

This commit is contained in:
clickalicious GmbH 2015-09-13 03:07:22 +02:00
parent 0d1fcdd087
commit ee9a189270

View File

@ -38,7 +38,7 @@ class MessagesCollector extends AbstractLogger implements DataCollectorInterface
*
* @param DataFormatterInterface $formater
*/
public function setDataFormatter(DataFormatterInterface $formater)
public function setDataFormatter(\DebugBar\DataFormatter\DataFormatterInterface $formater)
{
$this->dataFormater = $formater;
return $this;