Skip to content

Commit 36199ef

Browse files
committed
Fixes #20 with correct namespace
1 parent 90f7f0a commit 36199ef

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Output/HtmlOutput.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
* @license GNU General Public License, version 2 (GPL-2.0)
88
*
99
*/
10-
namespace Phpbb\WebsiteInterfaceBundle\Extensions\EPV\Output;
10+
namespace Phpbb\Epv\Output;
1111

12-
use Phpbb\Epv\Output\OutputFormatter;
1312
use SensioLabs\AnsiConverter\AnsiToHtmlConverter;
1413
use Symfony\Component\Console\Formatter\OutputFormatterInterface;
1514
use Symfony\Component\Console\Output\OutputInterface;

0 commit comments

Comments
 (0)