Skip to content

Commit 19e1fef

Browse files
committed
added type specifier to command factory
1 parent e907bd7 commit 19e1fef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CommandFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
use Differ\Formatters\StylishCommand;
66
use Differ\Formatters\PlainCommand;
77
use Differ\Formatters\JSONCommand;
8+
use Differ\CommandLineParser;
89

910
class CommandFactory implements CommandFactoryInterface
1011
{

0 commit comments

Comments
 (0)