Tomas Votruba
|
af4bbe0da0
|
cleanup
|
2018-10-21 11:35:28 +02:00 |
|
Tomas Votruba
|
847c5fe520
|
[ContributorTools] Make CreateRectorCommand smarter about category and missing _ in node names
|
2018-10-21 11:16:08 +02:00 |
|
Tomas Votruba
|
a2c0fd23b1
|
fix new phpstan reports
|
2018-10-21 10:53:32 +02:00 |
|
Tomas Votruba
|
3233316053
|
Make ConstructorMethodBuilder respect parent constructor
|
2018-10-20 09:38:49 +02:00 |
|
Tomas Votruba
|
e0a368524e
|
make tests produce not messy output
|
2018-10-19 14:52:25 +02:00 |
|
Tomas Votruba
|
26d7a570e6
|
Add property-name case
|
2018-10-19 14:26:14 +02:00 |
|
Tomas Votruba
|
ca271747ea
|
add test case with bool types, for sure
|
2018-10-19 10:45:45 +02:00 |
|
Tomas Votruba
|
84051fbcde
|
add missing ctor to example
|
2018-10-19 10:39:41 +02:00 |
|
Tomas Votruba
|
6a9a04053d
|
make use helper methods
|
2018-10-19 10:36:34 +02:00 |
|
Tomas Votruba
|
9f4159356b
|
skip parameters
|
2018-10-19 10:29:09 +02:00 |
|
Tomas Votruba
|
581a840d85
|
add ErrorCollector
|
2018-10-19 10:11:19 +02:00 |
|
Tomas Votruba
|
46be74dfcc
|
add jms-decouple level
|
2018-10-19 08:12:33 +02:00 |
|
Tomas Votruba
|
30f687274b
|
remove unused methods
|
2018-10-19 08:04:16 +02:00 |
|
Tomas Votruba
|
f02c5810ab
|
Add var fallback to JmsInjectAnnotationRector
|
2018-10-19 08:04:16 +02:00 |
|
Tomas Votruba
|
4a8f9cd17d
|
use fixed BetterPhpDocParser
|
2018-10-19 08:04:16 +02:00 |
|
Tomas Votruba
|
70ea05352d
|
[JMS] Add JmsInjectAnnotationRector
|
2018-10-19 08:04:16 +02:00 |
|
Tomas Votruba
|
4b1e61ed58
|
Fix create-rector for ambiguous suffixes
|
2018-10-18 17:31:32 +02:00 |
|
Tomas Votruba
|
c1901ba9c0
|
Add ClassPropertyCollectorTrait
|
2018-10-18 17:31:32 +02:00 |
|
Tomas Votruba
|
87a5a1b824
|
big question
|
2018-10-17 19:47:09 +02:00 |
|
Tomas Votruba
|
e0aa23a47a
|
fix namespaces of BarewordStringREctor and SensistiveHereNowDocRector
|
2018-10-17 19:47:09 +02:00 |
|
Tomas Votruba
|
0de721e350
|
AbstractRector: change returnNode property to method to make remove process more intuitive
|
2018-10-17 19:47:09 +02:00 |
|
Tomas Votruba
|
3c1c431684
|
[DomainDrivenDesign] Move coupled location to rest of Rector in standalone package
|
2018-10-17 19:47:09 +02:00 |
|
Tomas Votruba
|
395dc9b2e9
|
[CodeQuality] Move coupled location to rest of Rector in standalone package
|
2018-10-17 19:47:09 +02:00 |
|
Tomas Votruba
|
ea185f9629
|
improve annotaiton content matchign
|
2018-10-17 19:47:09 +02:00 |
|
Tomas Votruba
|
ab22d2c6a8
|
Add ConstFetchAnalyzerTrait
|
2018-10-17 19:47:09 +02:00 |
|
Tomas Votruba
|
1f51866acf
|
early return + resolve todo
|
2018-10-17 12:25:56 +02:00 |
|
Tomas Votruba
|
1e28eb853b
|
merge NodeTypeAnalyzer to TypeAnalyzerTrait
|
2018-10-17 12:24:00 +02:00 |
|
Tomas Votruba
|
966882e489
|
GetToConstructorInjectionRector - merge type args
|
2018-10-17 12:19:11 +02:00 |
|
Tomas Votruba
|
86eb966904
|
resolve todo
|
2018-10-17 12:14:42 +02:00 |
|
Tomas Votruba
|
6daa618ab3
|
[PHP] Add TrailingCommaArgumentsRector
|
2018-10-17 10:29:27 +02:00 |
|
Tomas Votruba
|
4faa1425c8
|
[PHP] Add BarewordStringRector
|
2018-10-17 10:16:32 +02:00 |
|
Tomas Votruba
|
bdc72fe7be
|
[PHP] Add JsonThrowOnErrorRector
|
2018-10-17 10:13:04 +02:00 |
|
Tomas Votruba
|
379ea93553
|
[PHP] Add StringifyStrNeedlesRector
|
2018-10-17 10:12:06 +02:00 |
|
Tomas Votruba
|
3bddc84827
|
add source [skip ci]
|
2018-10-17 09:54:48 +02:00 |
|
Tomas Votruba
|
a9cb8ece58
|
add mbereg → mb_ereg function renames
|
2018-10-17 09:53:42 +02:00 |
|
Tomas Votruba
|
5de35b9706
|
[PHP] Add SensitiveHereNowDocRector
|
2018-10-17 09:53:42 +02:00 |
|
Tomas Votruba
|
e2d68961f6
|
[PHP] Add UnsetCastRector
|
2018-10-17 09:47:47 +02:00 |
|
Tomáš Votruba
|
a88c3ba9da
|
Merge pull request #703 from rectorphp/cq-foreach-to-coala
[CodeQuality] Add SimplifyForeachToCoalescingRector
|
2018-10-17 15:47:22 +08:00 |
|
Tomas Votruba
|
0cacba00ff
|
Add class-based annotation support to AnnotatedPropertyInjectToConstructorInjectionRector
|
2018-10-16 23:41:18 +08:00 |
|
Tomas Votruba
|
e21ebbbaf2
|
[CodeQuality] Add SimplifyForeachToCoalescingRector
|
2018-10-16 15:34:26 +08:00 |
|
Tomas Votruba
|
986c5802e8
|
[CodeQuality] Add SimplifyBinarySwitchRector
|
2018-10-16 12:49:55 +08:00 |
|
Tomas Votruba
|
2ed272973d
|
move RobotLoader cache to tmp instead of root
|
2018-10-16 12:46:42 +08:00 |
|
Tomas Votruba
|
2d9618e175
|
add more array with callback functions
|
2018-10-16 00:04:08 +08:00 |
|
Tomas Votruba
|
3c0873e3b3
|
[CodeQuality] Add SimplifyArrayCallableRector
|
2018-10-16 00:00:46 +08:00 |
|
Tomas Votruba
|
8a9f9a58c4
|
manual cleanup of such case
|
2018-10-15 21:57:40 +08:00 |
|
Tomas Votruba
|
e731e46541
|
restor 3rd party comparison strict, might be relevant
|
2018-10-15 21:52:08 +08:00 |
|
Tomas Votruba
|
ba0c3eea95
|
apply this Rector to code
|
2018-10-15 21:49:45 +08:00 |
|
Tomas Votruba
|
a7afe1fed9
|
[CodeQuality] Add SimplifyFalseComparisonToNegateRector
|
2018-10-15 21:47:46 +08:00 |
|
Tomas Votruba
|
5745eab201
|
apply this Rector to code
|
2018-10-15 21:04:55 +08:00 |
|
Tomas Votruba
|
da570b7205
|
make use of BetterStandardPrinterTrait in Rectors
|
2018-10-15 18:09:27 +08:00 |
|