795 Commits

Author SHA1 Message Date
TomasVotruba
f845935e4a [Nette 3.0] Get config to merge with defaults 2020-07-28 17:46:48 +02:00
TomasVotruba
2059164fbb add contribute class const evnet rename 2020-07-28 13:10:35 +02:00
Tomas Votruba
1743aa969c
Merge pull request #3808 from rectorphp/case-class 2020-07-27 20:46:15 +02:00
TomasVotruba
8c31bd27e4 [CodeQuality] Add case class name fix 2020-07-27 20:45:41 +02:00
zingimmick
b943ba59cf Update doctrine/inflector requirement from ^1.3 to ^1.4|^2.0 2020-07-28 00:19:38 +08:00
TomasVotruba
c28a5a9746 [Celebrity] Merge to code-quality 2020-07-27 10:18:03 +02:00
TomasVotruba
8e1fb6d8e8 rename nette-application-code-quality to just nette-code-quality 2020-07-26 18:55:32 +02:00
TomasVotruba
86d8666438 [Nette] move quality rules to nette-code-quality directory 2020-07-26 18:48:18 +02:00
TomasVotruba
bc1a73f76d rename duplicated short name to DonwgradeTypedPropertyRector 2020-07-26 17:13:35 +02:00
TomasVotruba
0650075005 [Nette] Add ChangeControlArrayAccessToAnnotatedControlVariableRector 2020-07-26 15:54:46 +02:00
dobryy
99494d4c32 [Order] Order __constructor dependencies by type alphabetically 2020-07-26 15:11:28 +02:00
TomasVotruba
dec0975c22 [PHP 8.0] Add ClassPropertyAssignToConstructorPromotionRector 2020-07-26 11:42:14 +02:00
TomasVotruba
7ed4cb19c4 simplify config globs 2020-07-25 20:14:28 +02:00
TomasVotruba
c50aedca5c [Nette] add support for getComponent() resolution in form array access 2020-07-25 18:24:40 +02:00
TomasVotruba
32e1e87a80 [Nette] Add MakeGetComponentAssignAnnotatedRector 2020-07-25 12:39:53 +02:00
TomasVotruba
78a0331708 [SymfonyPhpConfig] Add AddEmptyLineBetweenCallsInPhpConfigRector 2020-07-22 23:50:58 +02:00
TomasVotruba
54beea72f8 prepare SYMFONY_PHP_CONFIG set 2020-07-22 23:22:25 +02:00
TomasVotruba
d4f6c497a7 [Nette] Add form dim access to standalone node control 2020-07-22 21:38:34 +02:00
TomasVotruba
d007ae0896 [Nette 3.0] Add few return types 2020-07-22 13:35:04 +02:00
TomasVotruba
d970fffd4d fix cs 2020-07-22 12:12:31 +02:00
TomasVotruba
ba574c4d37 improving scoper 2020-07-22 11:56:30 +02:00
TomasVotruba
e5d7cee695 move RectorConfigsResolver to bootstrap, fix paths 2020-07-22 00:55:22 +02:00
Jonathan Goode
d0b791d823 Create WrapEncapsedVariableInCurlyBracesRector 2020-07-21 19:06:38 +01:00
TomasVotruba
2eb21e1087 make use of new set from symplify 2020-07-21 14:10:48 +02:00
Jonathan Goode
7da3310cf6 Move existing Rector from the coding-style set to the php70 set 2020-07-21 10:23:25 +01:00
TomasVotruba
de01cb60be fix nette 30 set 2020-07-21 10:23:37 +02:00
TomasVotruba
2ec894b942 fix shopware set 2020-07-21 10:03:22 +02:00
TomasVotruba
2452ce02be fix laravel set path 2020-07-21 10:02:50 +02:00
TomasVotruba
dc4d5adc9d correct path 2020-07-21 02:01:14 +02:00
TomasVotruba
2f927842a7 move sets to single /set directory 2020-07-21 00:46:53 +02:00
Jonathan Goode
287af13177 Create WrapVariableVariableNameInCurlyBracesRector 2020-07-20 18:23:19 +01:00
TomasVotruba
0a29fe0c0a fix scoper 2020-07-20 10:34:44 +02:00
TomasVotruba
46b3090e37 move symfony style to root config 2020-07-20 09:40:11 +02:00
TomasVotruba
aeb7937972 add set constants + command to generate them 2020-07-20 01:00:49 +02:00
TomasVotruba
6a4792abf4 apply new naming rule 2020-07-19 23:36:10 +02:00
TomasVotruba
9a3740a8eb enable rule 2020-07-19 19:20:29 +02:00
TomasVotruba
66b1902c80 decouple VariableAndCallAssignMatcher to resolve the node matching part 2020-07-19 19:05:46 +02:00
TomasVotruba
fc347413f3 cleanup 2020-07-19 17:23:37 +02:00
TomasVotruba
38fe69b8b7 remove failing docblock test case 2020-07-19 13:53:57 +02:00
TomasVotruba
039b871cbf remove failing docblock test case 2020-07-19 13:48:16 +02:00
TomasVotruba
b9a925a5cf re-use VariableRenamer in RenameVariableToMatchGetMethodNameRector 2020-07-19 13:29:18 +02:00
TomasVotruba
340b43c6ca move YML to PHP config 2020-07-19 11:35:10 +02:00
dobryy
3692798de6 [Naming] Name variable after get method 2020-07-19 10:23:32 +02:00
TomasVotruba
ebbd35bd2d manual fixes 2020-07-18 20:27:19 +02:00
TomasVotruba
0d3306250f [utils] switch YAML to PHP 2020-07-18 19:56:27 +02:00
TomasVotruba
bc0d9b3675 from YAML to PHP sets 2020-07-18 19:56:27 +02:00
TomasVotruba
7fc58e8da1 cleanup configs, not a docs 2020-07-18 19:56:27 +02:00
TomasVotruba
2b9cde7967 cleaning 2020-07-18 19:56:27 +02:00
TomasVotruba
0944b75f7e correct namespace in configs 2020-07-18 11:58:17 +02:00
TomasVotruba
b5f698a463 use of constants 2020-07-17 01:15:46 +02:00