Skip to content

Commit d262e45

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/CommandFactory.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
namespace Differ;
44

5+
use CommandFactoryInterface;
6+
use FileReaderInterface;
57
use Differ\Formatters\StylishCommand;
68
use Differ\Formatters\PlainCommand;
79
use Differ\Formatters\JSONCommand;
810
use Differ\CommandLineParser;
11+
use Differ\FilesDiffCommand;
12+
use Differ\Formatters;
13+
use Differ\DisplayCommand;
14+
use Differ\DifferException;
915

1016
class CommandFactory implements CommandFactoryInterface
1117
{

0 commit comments

Comments
 (0)