Tomas Votruba
f5578df9b8
[NodeTypeResolver] Add attribute factory to DocBlockManipulator
2019-03-01 12:59:42 +01:00
Tomáš Votruba
a8db80baff
Merge pull request #1135 from rectorphp/better-php-doc-parser
...
Add BetterPhpDocParser package
2019-03-01 00:47:47 +01:00
Tomas Votruba
de62310ab3
try coverage
2019-03-01 00:23:08 +01:00
Tomas Votruba
c819bb0c26
Add BetterPhpDocParser package
2019-03-01 00:12:44 +01:00
Tomas Votruba
27ccbf34a5
fix missing */
2019-02-28 00:45:59 +01:00
Tomas Votruba
c9cbf58e19
rename getMethodByName to getMethod
2019-02-28 00:17:37 +01:00
Tomáš Votruba
f80f1ed191
Merge pull request #1131 from rectorphp/naming
...
rename Analyzer and Maintainer to Manipulator
2019-02-27 23:00:59 +01:00
Tomas Votruba
8208eff75e
rename Analyzer and Maintainer to Manipulator
2019-02-27 22:54:39 +01:00
Tomáš Votruba
a77d4618f1
Merge pull request #1129 from rectorphp/nts-route-fix
...
[NetteToSymfony] Fix new route for already present annotation above method
2019-02-27 21:09:18 +01:00
Tomas Votruba
7c6ee5690f
[NetteToSymfony] Fix new route for already present annotation above method
2019-02-27 19:45:12 +01:00
Tomáš Votruba
eaf9cbc07f
Merge pull request #1128 from cgkkevinr/iss1127_change_typehint
...
Change type hint for resolveClassConstFetch to mixed
2019-02-27 15:53:57 +01:00
Kevin R
db4b751f32
Remove @throws
tags
...
Signed-off-by: Kevin R <22906111+cgkkevinr@users.noreply.github.com>
2019-02-27 15:48:56 +01:00
Kevin R
fcc9e2d8f0
Apply PHP CS Fixes
...
Signed-off-by: Kevin R <22906111+cgkkevinr@users.noreply.github.com>
2019-02-27 15:17:26 +01:00
Kevin R
87d3333b09
Change type hint for resolveClassConstFetch to mixed
...
Rector throws an exception when it has to inspect a constant with an
integer value. See: #1127 .
Signed-off-by: Kevin R <22906111+cgkkevinr@users.noreply.github.com>
2019-02-27 15:07:22 +01:00
Tomáš Votruba
2195ff928c
Merge pull request #1126 from rectorphp/self
...
apply coding-style and code-quality levels on Rector
2019-02-27 14:46:32 +01:00
Tomas Votruba
3d4f55c172
apply code-quality level
2019-02-27 14:21:11 +01:00
Tomas Votruba
ac45d54145
apply coding-style level on Rector
2019-02-27 14:16:19 +01:00
Tomas Votruba
3d84842545
fix ArrayKeyFirstLastRector min required php
2019-02-27 14:02:28 +01:00
Tomáš Votruba
2115f20f35
Merge pull request #1125 from rectorphp/nullable-compare
...
[CodingStyle] Improve nullable compare for empty scalars
2019-02-27 13:34:30 +01:00
Tomas Votruba
236f0fa5ae
fix missing file info on nested created node
2019-02-27 13:20:11 +01:00
Tomas Votruba
31d1cf253f
fix NullableCompareToNullRector for various arrays
2019-02-27 13:14:20 +01:00
Tomas Votruba
0c5fad53c9
fix reporting of changed subnodes
2019-02-27 13:13:36 +01:00
Tomas Votruba
962956bda1
[CodingStyle] Improve nullable compare for empty scalars
2019-02-27 12:58:43 +01:00
Tomáš Votruba
dea31039f5
Merge pull request #1124 from rectorphp/dead-ctor
...
[DeadCode] Add RemoveDeadConstructorRector
2019-02-27 12:50:48 +01:00
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