Skip to content

Commit 2739b60

Browse files
committed
Remove require dev dependency for Command.
1 parent 0ac97e9 commit 2739b60

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

phpstan.neon

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ parameters:
33
paths:
44
- src/
55

6-
excludePaths:
7-
- src/Shell/
8-
96
bootstrapFiles:
107
- %rootDir%/../../../tests/bootstrap.php
118
- %rootDir%/../../../tests/shim.php

src/Command/MailCheckCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
namespace Setup\Command;
44

5+
use Cake\Command\Command;
56
use Cake\Console\Arguments;
67
use Cake\Console\ConsoleIo;
78
use Cake\Console\ConsoleOptionParser;
89
use Cake\Core\Configure;
910
use Cake\Routing\Router;
10-
use Shim\Command\Command;
1111
use Tools\Mailer\Mailer;
1212

1313
/**

0 commit comments

Comments
 (0)