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 19e1fef commit d262e45Copy full SHA for d262e45
src/CommandFactory.php
@@ -2,10 +2,16 @@
2
3
namespace Differ;
4
5
+use CommandFactoryInterface;
6
+use FileReaderInterface;
7
use Differ\Formatters\StylishCommand;
8
use Differ\Formatters\PlainCommand;
9
use Differ\Formatters\JSONCommand;
10
use Differ\CommandLineParser;
11
+use Differ\FilesDiffCommand;
12
+use Differ\Formatters;
13
+use Differ\DisplayCommand;
14
+use Differ\DifferException;
15
16
class CommandFactory implements CommandFactoryInterface
17
{
0 commit comments