Skip to content

Commit

Permalink
Adds rector rules
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Jun 26, 2023
1 parent 3eaf163 commit 896ec18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/sets/hyperf31.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
'Hyperf\Utils\CodeGen\PhpParser' => 'Hyperf\CodeParser\PhpParser',
'Hyperf\Utils\CodeGen\Project' => 'Hyperf\CodeParser\Project',

// Command
'Hyperf\Command\ConfirmableTrait' => 'Hyperf\Command\Concerns\Confirmable',
'Hyperf\Command\DisableEventDispatcher' => 'Hyperf\Command\Concerns\DisableEventDispatcher',
'Hyperf\Command\NullDisableEventDispatcher' => 'Hyperf\Command\Concerns\NullDisableEventDispatcher',

// Contracts
'Hyperf\Utils\Contracts\Arrayable' => 'Hyperf\Contract\Arrayable',
'Hyperf\Utils\Contracts\Jsonable' => 'Hyperf\Contract\Jsonable',
Expand Down

0 comments on commit 896ec18

Please sign in to comment.