Skip to content

Commit 2442bbb

Browse files
committed
added type specifier to command factory
1 parent d262e45 commit 2442bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommandFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
namespace Differ;
44

5-
use CommandFactoryInterface;
6-
use FileReaderInterface;
5+
use Differ\CommandFactoryInterface;
6+
use Differ\FileReaderInterface;
77
use Differ\Formatters\StylishCommand;
88
use Differ\Formatters\PlainCommand;
99
use Differ\Formatters\JSONCommand;

0 commit comments

Comments
 (0)