253 Commits

Author SHA1 Message Date
Tomas Votruba
2ae3f7252a [CodeQuality] Add SimplifyDuplicatedTernaryRector 2019-02-26 18:12:03 +01:00
Tomas Votruba
5a7f89dbef [PHP 7.2] Add StringifyDefineRector 2019-02-26 01:21:59 +01:00
Tomas Votruba
b401be37e5 Add PhpVersionProvider 2019-02-24 11:38:22 +01:00
Tomas Votruba
59e76e887b correct Celebrity config 2019-02-23 13:10:45 +01:00
Tomas Votruba
f31071cec2 extend LogicalOrToBooleanOrRector to AND and rename to LogicalToBooleanRector 2019-02-23 12:45:42 +01:00
Tomas Votruba
b951e3e8d0 move LogicalOrToBooleanOrRector to celebrity level 2019-02-23 11:54:57 +01:00
Tomas Votruba
6588449aa7 add VarToPublicPropertyRector 2019-02-23 09:38:31 +01:00
Tomas Votruba
2bc71c3949 move SetTypeToCastRector to celebrity level 2019-02-23 09:38:31 +01:00
Tomas Votruba
47a4267846 add celebrity level config 2019-02-23 09:38:31 +01:00
Tomas Votruba
bfff23fbb2 use AbstractHttpKernelTest case and local Kernel over ContainerFactory 2019-02-23 00:49:32 +01:00
Tomas Votruba
c5ee28cc2d Add "dump-node-help" command 2019-02-23 00:49:32 +01:00
Tomas Votruba
878f68d3db include doctrine set 2019-02-22 15:12:02 +01:00
Tomas Votruba
6e1099f82d complete Doctrine and Kdyby migrations to nette-to-symfony set 2019-02-22 15:10:55 +01:00
Tomas Votruba
5ba6417aec [DeadCode] Add RemoveCodeAfterReturnRector 2019-02-20 15:02:07 +01:00
Tomas Votruba
c105f3b7ae [CodeQuality] Add UseIdenticalOverEqualWithSameTypeRector 2019-02-20 14:33:50 +01:00
Tomáš Votruba
c6ca92d97e
Merge pull request #1077 from rectorphp/spageti
Add Spageti note
2019-02-20 05:29:59 -08:00
Tomas Votruba
a88ff23103 remove old rector name from config 2019-02-20 13:53:14 +01:00
Tomas Votruba
0b31eebd0c [PHP] Add ContinueToBreakInSwitchRector 2019-02-20 12:36:58 +01:00
Tomas Votruba
2c93adc0d9 [PHP] RemoveReferenceFromCallRector 2019-02-20 01:04:27 +01:00
Tomas Votruba
724087521c [CodeQuality] Add CommonNotEqualRector 2019-02-19 18:26:22 +01:00
Tomáš Votruba
4ea85ae44a
Merge pull request #1072 from rectorphp/mysqli
[PHP Mysql to Mysqli] Add ConstantReplacerRector
2019-02-19 08:15:08 -08:00
Tomas Votruba
2b88b06dd4 add mktime deprecation 2019-02-19 17:12:33 +01:00
Tomas Votruba
59bba92f5c add define test [closes #1068] 2019-02-19 16:52:08 +01:00
Tomas Votruba
9fdf6c9336 Add SwapFuncCallArgumentsRector 2019-02-19 16:52:08 +01:00
Tomas Votruba
683cb08846 add MysqlPConnectToMysqliConnectRector 2019-02-19 16:52:07 +01:00
Tomas Votruba
1780e9b44b move mysql-to-mysqli migration to own package 2019-02-19 16:05:34 +01:00
Tomas Votruba
d7038ec3e2 Add ConstantReplacerRector 2019-02-19 15:53:31 +01:00
Tomas Votruba
52608c5575 [PHP 5.2] Add var to public property 2019-02-19 08:22:45 +01:00
Tomas Votruba
3a2a754c2a [DeadCode] Add RemoveUnusedPrivateMethodRector 2019-02-18 20:30:28 +01:00
Tomas Votruba
1e8443b4ab [DeadCode] Add RemoveUnusedPrivateConstantRector 2019-02-18 18:46:36 +01:00
Tomas Votruba
2bdbbe0527 [DeadCode] Add RemoveOverridenValuesRector 2019-02-18 17:02:57 +01:00
Tomas Votruba
8515839d8f [CodeQuality] Add ExplicitBoolCompareRector 2019-02-18 00:23:57 +01:00
Tomas Votruba
64a901fa40 split configs to more 2019-02-17 02:24:38 +01:00
Tomas Votruba
f94ddfcd5f [CodeQuality] Add SimplifyIfIssetToNullCoalescingRector 2019-02-17 02:13:29 +01:00
Tomas Votruba
5a801624dc [NTS] Add trans() param wrapper 2019-02-17 01:24:39 +01:00
Tomas Votruba
9a17cb95be fix CakePHP 3.4 with config method 2019-02-17 00:48:27 +01:00
Tomas Votruba
4c67d7d6f9 fix symfony42 config 2019-02-16 13:10:48 +01:00
Tomas Votruba
75cb2b35c4 move level config to autodiscovery path 2019-02-09 14:14:29 +01:00
Tomas Votruba
2b78108558 [PHPUnit] Add __construct type removal [closes #1024] 2019-02-07 19:17:25 +01:00
Tomas Votruba
afc174fa80 rename ReturnTypehintRector to AddReturnTypeDeclarationRector 2019-02-04 15:50:53 +01:00
Tomas Votruba
f2c948170b add PHPUnit 8 void return types 2019-02-03 23:32:02 +01:00
Tomas Votruba
0db2b07d49 rename *.yml to *.yaml 2019-02-03 18:46:45 +01:00
Tomas Votruba
85f698b71c move config to /config dir 2019-02-03 18:30:33 +01:00
Tomas Votruba
cecd62864f remove TrailingCommaArgumentsRector, let that to token cs 2019-01-25 17:01:13 +01:00
Tomas Votruba
bd8b5cdb75 add NullCoalescingOperatorRector to PHP 7.4 [skip ci] 2019-01-22 21:43:03 +01:00
Tomas Votruba
607da366aa fix ClassReplacerRector for class to interface rename [closes #950] 2019-01-14 12:46:19 +01:00
Tomas Votruba
c18a542485 [PHP] Add RealToFloatTypeCastRector 2019-01-12 20:37:08 +01:00
Tomas Votruba
dc9532abae add ConsecutiveNullCompareReturnsToNullCoalesceQueueRector 2019-01-10 21:08:38 +01:00
Tomas Votruba
bb8652a9b0 remove NullCoalescingOperatorRector - not part of PHP itself 2019-01-08 18:56:43 +01:00
Tomas Votruba
e6a5f55f94 drop ArrayToYieldDataProviderRector instead, update docs 2019-01-03 17:39:25 +01:00