Tomas Votruba
|
2a2703a0bc
|
[DeadCode] Add RemoveDeadConstructorRector
|
2019-02-27 12:35:13 +01:00 |
|
Tomáš Votruba
|
e7f5a5d112
|
Merge pull request #1123 from rectorphp/cs-quote
[CodingStyle] Add SymplifyQuoteEscapeRector
|
2019-02-27 12:34:20 +01:00 |
|
Tomas Votruba
|
3302c21b5f
|
[CodingStyle] Add SymplifyQuoteEscapeRector
|
2019-02-27 12:23:55 +01:00 |
|
Tomáš Votruba
|
c55427c1d3
|
Merge pull request #1121 from rectorphp/useless-bool
[CodeQuality] Add SimplifyBoolIdenticalTrueRector
|
2019-02-27 00:40:55 +01:00 |
|
Tomas Votruba
|
5851191b41
|
travis: temporarily disable failing coverage for unclear reason
|
2019-02-27 00:25:30 +01:00 |
|
Tomas Votruba
|
4a5b33ed55
|
[CodeQuality] Add SimplifyBoolIdenticalTrueRector
|
2019-02-27 00:24:12 +01:00 |
|
Tomáš Votruba
|
e76e1adab8
|
Merge pull request #1120 from rectorphp/dead-ternary
[CodeQuality] Add SimplifyDuplicatedTernaryRector
v0.4.3
|
2019-02-26 18:36:25 +01:00 |
|
Tomas Votruba
|
2ae3f7252a
|
[CodeQuality] Add SimplifyDuplicatedTernaryRector
|
2019-02-26 18:12:03 +01:00 |
|
Tomáš Votruba
|
8b4b615097
|
Merge pull request #1119 from rectorphp/define-string
[PHP 7.2] Add StringifyDefineRector
|
2019-02-26 12:05:07 +01:00 |
|
Tomas Votruba
|
5a7f89dbef
|
[PHP 7.2] Add StringifyDefineRector
|
2019-02-26 01:21:59 +01:00 |
|
Tomáš Votruba
|
c8f6561958
|
Merge pull request #1118 from rectorphp/remove-fix
Fix used doc alias in RemoveUnusedAliasRector
|
2019-02-26 01:21:30 +01:00 |
|
Tomas Votruba
|
ea599e32be
|
fix used doc alias
|
2019-02-26 01:12:03 +01:00 |
|
Tomáš Votruba
|
b2463b755e
|
Merge pull request #1113 from rectorphp/php-feature-level
Add PhpVersionProvider
|
2019-02-24 11:47:42 +01:00 |
|
Tomas Votruba
|
b401be37e5
|
Add PhpVersionProvider
|
2019-02-24 11:38:22 +01:00 |
|
Tomáš Votruba
|
1f7a643817
|
Merge pull request #1112 from rectorphp/list-after-change
Fix applied Rector list for doc/comment changes
|
2019-02-23 13:17:49 +01:00 |
|
Tomas Votruba
|
7019bf54e9
|
fix missing Rector list for docs/comment changes
|
2019-02-23 13:10:45 +01:00 |
|
Tomas Votruba
|
59e76e887b
|
correct Celebrity config
|
2019-02-23 13:10:45 +01:00 |
|
Tomas Votruba
|
e6bcbc0ea2
|
testing list of rectors
|
2019-02-23 13:10:45 +01:00 |
|
Tomáš Votruba
|
bc2f4190da
|
Merge pull request #1111 from rectorphp/cele2
[Celebrity] Improve LogicalOrToBooleanOrRector to include AND
|
2019-02-23 12:45:56 +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 |
|
Tomáš Votruba
|
159777b876
|
Merge pull request #1110 from rectorphp/bug-fixes
add test case for #1093
|
2019-02-23 11:54:12 +01:00 |
|
Tomas Votruba
|
d543be5677
|
add test case for #1093
|
2019-02-23 11:36:28 +01:00 |
|
Tomáš Votruba
|
5e91bcda18
|
Merge pull request #1109 from rectorphp/bug-fixes
ArrayKeyFirstLastRector fixes, CreateFunctionToAnonymousFunctionRector fixes
|
2019-02-23 10:46:24 +01:00 |
|
Tomas Votruba
|
f666bbe1de
|
add class test to BinarySwitchToIfElseRector
|
2019-02-23 10:45:50 +01:00 |
|
Tomas Votruba
|
b7fd6aef6d
|
Fix CreateFunctionToAnonymousFunctionRector for overriden values
|
2019-02-23 10:35:26 +01:00 |
|
Tomas Votruba
|
f352fde985
|
add InlineCodeParser
|
2019-02-23 10:35:24 +01:00 |
|
Tomas Votruba
|
d34e4ac2e5
|
fix ArrayKeyFirstLastRector for return and other cases
|
2019-02-23 10:35:23 +01:00 |
|
Tomáš Votruba
|
21743b5260
|
Merge pull request #1099 from rectorphp/celebrity
Add "celebrity" level for more popular code
|
2019-02-23 10:32:40 +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
|
945291a960
|
move ConsistentImplodeRector under Celebrity level
|
2019-02-23 01:11:40 +01:00 |
|
Tomas Votruba
|
eba5677f35
|
move CommonNotEqualRector to Celebrity package
|
2019-02-23 01:00:22 +01:00 |
|
Tomáš Votruba
|
8b70692e2e
|
Merge pull request #1101 from rectorphp/node-docs
[Docs] Add "dump-node-help" command
|
2019-02-23 00:59:24 +01:00 |
|
Tomas Votruba
|
eaed84cbe3
|
add NodesOverview
|
2019-02-23 00:54:33 +01:00 |
|
Tomas Votruba
|
d8b61e2f38
|
add MarkdownDumpNodesOutputFormatter
|
2019-02-23 00:49:32 +01:00 |
|
Tomas Votruba
|
ad5f09cb24
|
add dump-nodes output formatters
|
2019-02-23 00:49:32 +01:00 |
|
Tomas Votruba
|
62fb154906
|
make OutputFormatters specific for DumpRectorsCommand
|
2019-02-23 00:49:32 +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 |
|
Tomáš Votruba
|
314ad285e9
|
Merge pull request #1108 from rectorphp/naming
use node-class based naming
|
2019-02-22 18:58:33 +01:00 |
|
Tomas Votruba
|
f574c3374f
|
use node-class based naming
|
2019-02-22 18:34:41 +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 |
|
Tomáš Votruba
|
c7ce949a16
|
Merge pull request #1105 from rectorphp/visbility-trait
add VisibilityTrait
|
2019-02-22 00:09:48 +01:00 |
|
Tomas Votruba
|
26dc927e31
|
add VisibilityTrait
|
2019-02-22 00:08:38 +01:00 |
|
Tomas Votruba
|
7beababe25
|
rename utils/phsptan to utils/PHPStanExtensions
v0.4.2
|
2019-02-21 19:18:09 +01:00 |
|
Tomáš Votruba
|
bd221bb241
|
Merge pull request #1098 from rectorphp/list-influencers
Show current configuration in "show" command
|
2019-02-21 06:10:10 -08:00 |
|
Tomas Votruba
|
8084208951
|
make show command display config as well
|
2019-02-21 15:06:08 +01:00 |
|