Skip to content

Commit 896ec18

Browse files
committed
Adds rector rules
1 parent 3eaf163 commit 896ec18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/sets/hyperf31.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
'Hyperf\Utils\CodeGen\PhpParser' => 'Hyperf\CodeParser\PhpParser',
4444
'Hyperf\Utils\CodeGen\Project' => 'Hyperf\CodeParser\Project',
4545

46+
// Command
47+
'Hyperf\Command\ConfirmableTrait' => 'Hyperf\Command\Concerns\Confirmable',
48+
'Hyperf\Command\DisableEventDispatcher' => 'Hyperf\Command\Concerns\DisableEventDispatcher',
49+
'Hyperf\Command\NullDisableEventDispatcher' => 'Hyperf\Command\Concerns\NullDisableEventDispatcher',
50+
4651
// Contracts
4752
'Hyperf\Utils\Contracts\Arrayable' => 'Hyperf\Contract\Arrayable',
4853
'Hyperf\Utils\Contracts\Jsonable' => 'Hyperf\Contract\Jsonable',

0 commit comments

Comments
 (0)