mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +01:00
12 lines
543 B
YAML
12 lines
543 B
YAML
imports:
|
|
# from https://github.com/laravel/framework/blob/5.8/src/Illuminate/Support/helpers.php to direct static calls
|
|
- { resource: 'static/array-str-functions-to-static-call.yaml'}
|
|
|
|
services:
|
|
Rector\Laravel\Rector\StaticCall\FacadeStaticCallToConstructorInjectionRector: ~
|
|
Rector\Laravel\Rector\StaticCall\RequestStaticValidateToInjectRector: ~
|
|
Rector\Laravel\Rector\FuncCall\HelperFunctionToConstructorInjectionRector: ~
|
|
|
|
Rector\Rector\FuncCall\FunctionToNewRector:
|
|
collect: 'Illuminate\Support\Collection'
|