TomasVotruba
7272c0f3d7
refactor to EventAndListenerTree
2020-05-30 14:53:06 +02:00
TomasVotruba
af0358998b
fix static to explicit type
2020-05-29 11:38:32 +02:00
TomasVotruba
9e4558e97d
add RemovedAndAddedFilesTrait, improve EventClassNaming
2020-05-29 11:31:31 +02:00
TomasVotruba
02a01e2cb4
spaces
2020-05-26 20:46:04 +02:00
TomasVotruba
0a255f7758
refactor finish extension to event subscriber
2020-05-26 14:59:45 +02:00
TomasVotruba
21f67be9c3
refactor reporting runner to event subscriber
2020-05-26 14:45:32 +02:00
Tomas Votruba
ebb8e882fb
Merge pull request #3422 from rectorphp/report
2020-05-26 14:40:13 +02:00
TomasVotruba
093f425c4d
decouple reporting package
2020-05-26 14:36:11 +02:00
TomasVotruba
13814e0321
decopule Extension package
2020-05-26 14:09:42 +02:00
Yasmany Cubela Medina
d97247154b
adding fixture for validation with message
2020-05-25 12:37:43 -05:00
TomasVotruba
e3463b1073
add comments constant to prevent typos
2020-05-25 17:03:48 +02:00
TomasVotruba
789badcb9a
prevent removing just added nodes
2020-05-22 11:02:44 +02:00
TomasVotruba
ed67ef34ba
fix parsed value constants in array
2020-05-22 09:24:26 +02:00
rector-bot
aa6a408060
fixup! fixup! add ParsedClassConstFetchNodeCollector
2020-05-21 15:05:38 +00:00
rector-bot
730090621f
fixup! add ParsedClassConstFetchNodeCollector
2020-05-21 15:04:49 +00:00
TomasVotruba
a00329a4f1
add ParsedClassConstFetchNodeCollector
2020-05-21 17:01:29 +02:00
Tomas Votruba
e1bf10953f
Merge pull request #3345 from ddziaduch/patch-1
...
Fix invalid path
2020-05-17 17:46:27 +02:00
Damian Dziaduch
ad752cc169
Remove white spaces
2020-05-17 17:26:03 +02:00
Damian Dziaduch
530eef15ba
Fix code style
...
As per PR
2020-05-17 17:16:47 +02:00
TomasVotruba
32caab5376
fix doc FQN importing
2020-05-17 13:33:48 +02:00
TomasVotruba
da09614b2e
Add @mixin support from PHPStan
2020-05-16 12:54:59 +02:00
TomasVotruba
a8fbc060f0
apply cs of Symplify 8
2020-05-16 12:48:12 +02:00
TomasVotruba
6d95cb970d
space typo
2020-05-16 12:25:43 +02:00
TomasVotruba
a6598e5e82
[MockistaToMocker] init
2020-05-15 14:10:14 +02:00
TomasVotruba
ffeb6c9f53
[PSR-4] Add test for NormalizeNamespaceByPSR4ComposerAutoloadRector
2020-05-14 00:35:00 +02:00
Damian Dziaduch
d40dcfae6b
Generate rectors when used as dependency
...
Current solution didn't work when I tried to generate rector when it was used as my project dependency.
This fix aims to support both solutions - as project dependency or as standalone project.
2020-05-13 16:51:22 +02:00
TomasVotruba
0c67709fd0
[Legacy] Add FunctionToStaticMethodRector
2020-05-13 15:50:30 +02:00
TomasVotruba
0089e6fe30
[docs] add counter next to Rector group
2020-05-12 16:09:21 +02:00
TomasVotruba
e81044fd3b
decouple ClassRenamer
2020-05-11 18:08:13 +02:00
TomasVotruba
a4bd00fc3f
remove unused service from config
2020-05-11 14:49:30 +02:00
Damian Dziaduch
148ece8b9c
Fix invalid path
...
Generator was not working
2020-05-11 10:54:06 +02:00
TomasVotruba
76c62e3445
update PHPStan
2020-05-10 23:10:58 +02:00
TomasVotruba
f63e4424b8
move MultipleClassFileToPsr4ClassesRector to PSR4
2020-05-10 00:54:56 +02:00
TomasVotruba
4f41f06e5d
apply Rector
2020-05-09 22:13:01 +02:00
TomasVotruba
515ee780fb
apply constant on /compiler
2020-05-09 21:56:12 +02:00
TomasVotruba
ff88e4b37a
fix another constant in repeated literal to class constant
2020-05-09 21:50:52 +02:00
TomasVotruba
831cf1cde8
use explicit property fethc
2020-05-09 20:44:14 +02:00
TomasVotruba
b0bd524e53
apply constant decouple
2020-05-06 23:40:31 +02:00
TomasVotruba
b86f4afdaf
apply on packages
2020-05-06 23:40:31 +02:00
TomasVotruba
9c65e7ac75
[SOLID] Add RepeatedLiteralToClassConstantRector
2020-05-06 23:36:28 +02:00
TomasVotruba
093a94a14c
various @todo resolved
2020-05-06 17:37:27 +02:00
TomasVotruba
491a417842
various @todo resolved
2020-05-06 17:37:27 +02:00
TomasVotruba
41e952e043
node printing functions consolidation
2020-05-06 17:20:11 +02:00
rector-bot
237aa4a5c3
fixup! fixup! allow ReservedFnFunctionRector on older PHP 7.3
2020-05-06 15:12:26 +00:00
rector-bot
3e65532431
fixup! allow ReservedFnFunctionRector on older PHP 7.3
2020-05-06 15:11:39 +00:00
TomasVotruba
32da6f5b99
add support for quoted key in php doc
2020-05-06 17:08:20 +02:00
TomasVotruba
af22fe379e
quote tag keys
2020-05-06 16:55:44 +02:00
TomasVotruba
b11ca167b0
keep comments removed with related-stmt
2020-05-06 12:59:08 +02:00
TomasVotruba
65a25fc57e
fix comment preserving for SimplifyIfReturnBoolRector
2020-05-06 12:52:50 +02:00
TomasVotruba
9c80a75430
make compiler restore original dependencies locally
2020-05-06 00:03:39 +02:00