rector / rector-nette
0.14.0
2022-08-17 20:11 UTC
Requires
- php: >=8.0
- rector/rector: ^0.14
Requires (Dev)
- nette/application: ^3.1
- nette/di: ^3.0
- nette/forms: 3.0.*
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.8
- phpstan/phpstan-nette: ^1.0
- phpstan/phpstan-strict-rules: ^1.3
- phpstan/phpstan-webmozart-assert: ^1.2
- phpunit/phpunit: ^9.5
- rector/phpstan-rules: ^0.5.12
- symplify/easy-ci: ^11.1
- symplify/easy-coding-standard: ^11.1
- symplify/monorepo-builder: ^11.1
- symplify/phpstan-extensions: ^11.1
- symplify/phpstan-rules: ^11.1.2
- symplify/rule-doc-generator: ^11.1
- symplify/vendor-patches: ^11.1
Conflicts
- rector/rector: <0.14
- dev-main / 0.14.x-dev
- 0.14.0
- 0.13.2
- 0.13.1
- 0.13.0
- 0.11.58
- 0.11.57
- 0.11.56
- 0.11.55
- 0.11.54
- 0.11.53
- 0.11.52
- 0.11.51
- 0.11.50
- 0.11.49
- 0.11.48
- 0.11.47
- 0.11.46
- 0.11.45
- 0.11.44
- 0.11.43
- 0.11.42
- 0.11.41
- 0.11.40
- 0.11.39
- 0.11.38
- 0.11.37
- 0.11.36
- 0.11.35
- 0.11.34
- 0.11.33
- 0.11.32
- 0.11.31
- 0.11.30
- 0.11.29
- 0.11.28
- 0.11.27
- 0.11.26
- 0.11.25
- 0.11.24
- 0.11.23
- 0.11.22
- 0.11.21
- 0.11.20
- 0.11.19
- 0.11.18
- 0.11.17
- 0.11.16
- 0.11.15
- 0.11.14
- 0.11.13
- 0.11.12
- 0.11.11
- 0.11.10
- 0.11.9
- 0.11.8
- 0.11.7
- 0.11.6
- 0.11.5
- 0.11.4
- 0.11.3
- 0.11.2
- 0.11.1
- 0.11.0
- 0.10.10
- 0.10.9
- 0.10.8
- 0.10.7
- 0.10.6
- 0.10.5
- 0.10.4
- 0.10.3
- 0.10.2
- 0.10.1
- 0.10.0
This package is auto-updated.
Last update: 2023-04-14 14:54:23 UTC
README
查看可用的Nette规则
安装
此包是由Nette社区开发的Rector扩展。要添加它,将包作为依赖项安装
composer require efabrica/rector-nette --dev
使用集合
要将集合添加到您的配置中,使用RectorNette\Set\NetteSetList
类并选择其中一个常量
use RectorNette\Set\NetteSetList; use Rector\Config\RectorConfig; return static function (RectorConfig $rectorConfig): void { $rectorConfig->sets([ NetteSetList::NETTE_24, ]); };
快速学习Rector
Rector是我们开发和免费分享的工具,任何人都可以在重构上节省数百小时。但并非每个人都愿意花时间理解Rector和AST的复杂性。您有2种方法可以加快这个过程
两种方法都支持我们从实际项目中学习,以可持续的方式改进Rector。