4355 Commits

Author SHA1 Message Date
Tomas Votruba
fdb21e8a17 remove uneeded check - already knonw route type 2019-02-02 17:25:38 +01:00
Tomas Votruba
4640510f38 update docs 2019-02-02 17:22:15 +01:00
Tomas Votruba
9c6769ae84 fix namespace test 2019-02-02 16:56:35 +01:00
Tomas Votruba
c29c09348a add FQN route + check for existing one 2019-02-02 16:52:48 +01:00
Tomas Votruba
a9338ab9c8 add RectorStrings 2019-02-02 16:52:48 +01:00
Tomas Votruba
e103a991fe improve ValueResolver complexity 2019-02-02 16:52:48 +01:00
Tomas Votruba
d62cc06b54 improve complexity 2019-02-02 15:27:45 +01:00
Tomas Votruba
ac1af79f25 decouple return type resolving to ClassMethodMaintainer 2019-02-02 15:21:55 +01:00
Tomas Votruba
3415f4fd80 decouple RouteInfoFactory 2019-02-02 15:02:34 +01:00
Tomas Votruba
7cce8f8309 add action named route support 2019-02-02 15:02:34 +01:00
Tomas Votruba
ce8b2485e9 corret Symfony docs link 2019-02-02 15:02:34 +01:00
Tomas Votruba
178a2fde5a add Symfony route link 2019-02-02 15:02:34 +01:00
Tomas Votruba
2590dbe730 rename methods to httpMethods 2019-02-02 15:02:34 +01:00
Tomas Votruba
5d5066c0b9 decouple ValueResolver 2019-02-02 15:02:34 +01:00
Tomas Votruba
e0afdfc993 add RouterListToControllerAnnotationsRector 2019-02-02 15:01:54 +01:00
Tomáš Votruba
a8a6c45768
Merge pull request #998 from rectorphp/misc
Various repository cleanup
v0.3.39
2019-02-02 05:53:10 -08:00
Tomas Votruba
e9bcbb635a bump dependencies 2019-02-02 13:39:02 +01:00
Tomas Votruba
ee1bba4bba remove unreported errors 2019-02-02 13:33:33 +01:00
Tomas Votruba
aff2509582 use Strings 2019-02-02 13:30:08 +01:00
Tomas Votruba
b8268f3897 remove safe 2019-02-02 13:27:03 +01:00
Tomas Votruba
02e06703c0 remove throwable-renderer 2019-02-02 01:33:50 +01:00
Tomas Votruba
81493d3cae add .phpstorm.meta.php 2019-02-02 01:33:39 +01:00
Tomas Votruba
7835ec3c5d fixup! add DocBlockAnalyzer::addTag() method 2019-01-29 18:03:55 +01:00
Tomas Votruba
6d143dcc69 add DocBlockAnalyzer::addTag() method 2019-01-29 17:41:58 +01:00
Tomáš Votruba
ae4e3918d9
Merge pull request #994 from rectorphp/update
bump to Symplify 5.4
v0.3.38
2019-01-29 03:56:42 -08:00
Tomas Votruba
e4ff3faf9e bump to Symplify 5.4 2019-01-29 12:50:50 +01:00
Tomáš Votruba
94cebd4bda
Merge pull request #993 from rectorphp/test-case-count-on-null
Fix array static type resolver for NonEmptyArrayType
2019-01-27 10:52:45 -08:00
Tomas Votruba
131bddb278 Fix array static type resolver for NonEmptyArrayType 2019-01-27 19:41:04 +01:00
Tomáš Votruba
f12d3206ee
Merge pull request #989 from rectorphp/alias-fix
[CodingStyle] RemoveUnusedAliasRector improvements
2019-01-26 05:08:46 -08:00
Tomas Votruba
624d1b528d improve trait and interface support for RemoveUnusedAliasRector 2019-01-26 13:56:05 +01:00
Tomas Votruba
62fc1f102c Fix existing class name alias [closes #978] 2019-01-26 11:27:57 +01:00
Tomas Votruba
cb9f3336a5 fix name resolution for variable in static call 2019-01-26 01:47:56 +01:00
Tomas Votruba
874b27f5b2 add predictable kernel cache dir 2019-01-26 01:39:09 +01:00
Tomáš Votruba
e94d03fd61
Merge pull request #988 from rectorphp/trailing
remove trailing comma support, already in core
2019-01-25 08:19:25 -08:00
Tomas Votruba
0f12e192b1 update docs 2019-01-25 17:03:35 +01:00
Tomas Votruba
cecd62864f remove TrailingCommaArgumentsRector, let that to token cs 2019-01-25 17:01:13 +01:00
Tomas Votruba
1c5be870b0 remove trailing comma support, already in core 2019-01-25 17:01:13 +01:00
Tomáš Votruba
6383bc1873
Merge pull request #987 from rectorphp/phpstan-ext
Add custom ReturnTypeExtensions for static analysis
2019-01-25 07:48:25 -08:00
Tomas Votruba
fb0bd8e0b8 add utils to code analysis 2019-01-25 16:06:56 +01:00
Tomas Votruba
def4db7a8f Add BetterNodeFinderReturnTypeExtension 2019-01-25 16:06:56 +01:00
Tomas Votruba
7c8a88cf73 add ResolvedNameReturnTypeExtension and apply 2019-01-25 16:06:56 +01:00
Tomas Votruba
2c878c7541 apply new static analysis 2019-01-25 16:06:56 +01:00
Tomas Votruba
45df82424c add GetAttributeReturnTypeExtension 2019-01-25 01:49:05 +01:00
Jan Mikeš
753a478e7a
Merge pull request #982 from rectorphp/new-object-to-factory-method-rector
Added NewObjectToFactoryCreateRector
2019-01-24 23:40:29 +01:00
Jan Mikeš
a78d88a87c
Added NewObjectToFactoryCreateRector 2019-01-24 23:39:42 +01:00
Tomáš Votruba
ffd914ce26
Merge pull request #984 from hkdobrev/patch-1
Fix docs typo
2019-01-23 15:40:21 -08:00
Haralan Dobrev
eab6ae4d62
Fix docs typo
Fix typo in `--config` option described in documentation.
2019-01-24 01:19:31 +02:00
Tomáš Votruba
3872fa4cc5
Merge pull request #980 from rectorphp/get-name
Use getName()
2019-01-22 14:09:33 -08:00
Tomas Votruba
5488e5cfa4 use getName() instead of resolved-name attribute 2019-01-22 22:56:27 +01:00
Tomáš Votruba
3beafa4cf3
Merge pull request #979 from rectorphp/null-coll-as
[Php] Add NullCoalescingOperatorRector
2019-01-22 12:43:16 -08:00