mirror of
https://github.com/rectorphp/rector.git
synced 2025-03-14 12:29:43 +01:00
cs: add YamlRectorInterface to order method fixer
This commit is contained in:
parent
776005aff5
commit
065ca5cefe
9
ecs.yml
9
ecs.yml
@ -12,9 +12,12 @@ services:
|
||||
Symplify\CodingStandard\Fixer\Order\MethodOrderByTypeFixer:
|
||||
method_order_by_type:
|
||||
Rector\Contract\Rector\PhpRectorInterface:
|
||||
- 'getDefinition'
|
||||
- 'getNodeTypes'
|
||||
- 'refactor'
|
||||
- 'getDefinition'
|
||||
- 'getNodeTypes'
|
||||
- 'refactor'
|
||||
Rector\YamlRector\Contract\YamlRectorInterface:
|
||||
- 'getDefinition'
|
||||
- 'refactor'
|
||||
|
||||
Symplify\CodingStandard\Sniffs\DependencyInjection\NoClassInstantiationSniff:
|
||||
extraAllowedClasses:
|
||||
|
Loading…
x
Reference in New Issue
Block a user