4585 Commits

Author SHA1 Message Date
Tomáš Votruba
4491324cbe
Merge pull request #1039 from rectorphp/fix-event-infos-factory-typo
Fix extra commas in EventInfosFactory
v0.3.43
2019-02-11 02:52:19 -08:00
Jan Mikeš
b3ef6ed539
Fix extra commas in EventInfosFactory 2019-02-11 06:40:35 +01:00
Tomáš Votruba
6ba0b32f60
Merge pull request #1035 from rectorphp/constant-strings
Add StringToClassConstantRector
v0.3.42
2019-02-09 15:46:43 -08:00
Tomas Votruba
9bb0e9afb5 Add StringToClassConstantRector 2019-02-10 00:13:03 +01:00
Tomas Votruba
d4fbe1776a Add core support to CreateRectorCommand 2019-02-10 00:07:22 +01:00
Tomáš Votruba
fd676ac5d9
Merge pull request #1034 from rectorphp/number
Add number of applied Rectors
2019-02-09 11:18:18 -08:00
Tomas Votruba
a45eff72df apply code quality + add number of applied changes 2019-02-09 20:17:22 +01:00
Tomas Votruba
7297138fbd report change count 2019-02-09 20:16:58 +01:00
Tomáš Votruba
cb32bdea14
Merge pull request #1033 from rectorphp/nts-event-class
[NetteToSymfony] Add event_class to RenameEventNamesInEventSubscriberRector
2019-02-09 11:16:22 -08:00
Tomas Votruba
e8c2165e17 add event_class to RenameEventNamesInEventSubscriberRector 2019-02-09 19:56:54 +01:00
Tomáš Votruba
1adc55d74f
Merge pull request #1031 from rectorphp/fix-remounu
Remove ctor param in RemoveUnusedParameterRector
2019-02-09 08:42:39 -08:00
Tomas Votruba
6da9fc39ff Remove ctor param in RemoveUnusedParameterRector 2019-02-09 17:34:12 +01:00
Tomas Votruba
66e90a21ca add static inverse on non-static call 2019-02-09 17:32:05 +01:00
Tomáš Votruba
56b7867efc
Merge pull request #1030 from rectorphp/static-call-on-method
Fix Static call on static method
2019-02-09 08:31:53 -08:00
Tomas Votruba
135efcaab2 add static inverse on non-static call 2019-02-09 17:30:17 +01:00
Tomas Votruba
75cb2b35c4 move level config to autodiscovery path 2019-02-09 14:14:29 +01:00
Tomas Votruba
ef3f1da0bd add Request constants, getByType and addConfig to set 2019-02-09 14:07:14 +01:00
Tomas Votruba
5e050bcc63 update nette to symfony set 2019-02-09 14:03:57 +01:00
Tomas Votruba
b819d67eb0 move RouterListToControllerAnnotationsRetor under ClassMethod 2019-02-09 14:02:54 +01:00
Tomáš Votruba
5c2b4ec005
Merge pull request #1027 from rectorphp/fix-nette-to-symfony-contributte-event-names
Fixed Contributte events namespaces and added missing
2019-02-09 04:47:15 -08:00
Tomas Votruba
7523aa6d6c fix static 2019-02-09 13:40:07 +01:00
Tomas Votruba
73db408aeb remove duplicated key 2019-02-09 13:22:16 +01:00
Tomas Votruba
cdeb98f27a fix SpecificAssertContainsRector 2019-02-09 12:27:26 +01:00
Jan Mikeš
678905bba2 Fixed Contributte events namespaces and added missing 2019-02-09 12:27:26 +01:00
Tomas Votruba
a486f7fdbb rename class in bin/bootstrap.php v0.3.41 2019-02-08 15:53:29 +01:00
Tomas Votruba
31909650cb add .phpstorm.meta.php to .gitattributes 2019-02-08 15:53:19 +01:00
Tomas Votruba
ed61c8eca3 move RectorKernel to HttpKernel namespace 2019-02-08 15:53:06 +01:00
Tomas Votruba
117aeb6247 improve SpecificAssertContainsRector for final PHPUnit 8 2019-02-07 21:29:51 +01:00
Tomas Votruba
df9ead5e06 validate missing class node 2019-02-07 19:17:25 +01:00
Tomas Votruba
2b78108558 [PHPUnit] Add __construct type removal [closes #1024] 2019-02-07 19:17:25 +01:00
Tomáš Votruba
42ed0a77e8
Merge pull request #1023 from rectorphp/fix-for-fnmatch-pattern-escaping-backslash
Fixed matching classes with fnmatch
2019-02-07 07:43:08 -08:00
Jan Mikeš
5da94237d8
Fixed matching classes with fnmatch 2019-02-07 16:28:36 +01:00
Tomas Votruba
fe4782831a add Rector create manual to main README [closes #1017] 2019-02-07 13:52:15 +01:00
Tomas Votruba
aa1083882e report invalid array/param syntax in config [closes #983] 2019-02-07 09:17:42 +01:00
Tomas Votruba
91960dd621 simplify test 2019-02-07 09:17:42 +01:00
Tomáš Votruba
128f318d27
Merge pull request #1019 from rectorphp/nts-request
Add FromRequestGetParameterToAttributesGetRector
2019-02-06 16:33:15 -08:00
Tomáš Votruba
d5c4a45655
Merge pull request #1021 from dereuromark/patch-1
Fix sentence.
2019-02-06 09:28:27 -08:00
Mark Sch
b7a02447ff
Fix sentence. 2019-02-06 18:24:48 +01:00
Tomas Votruba
7f7f48aea8 extend FromRequestGetParameterToAttributesGetRector test 2019-02-06 12:50:38 +01:00
Tomas Votruba
0ec0b34a0c allow PHPUnit 8 2019-02-06 12:28:20 +01:00
Tomas Votruba
dbcf9dd5a3 Add FromHttpRequestGetHeaderToHeadersGetRector 2019-02-06 12:09:11 +01:00
Tomas Votruba
4665ce8944 fix tests 2019-02-06 11:56:16 +01:00
Tomas Votruba
6ee357c4bd Add FromRequestGetParameterToAttributesGetRector 2019-02-06 09:39:34 +01:00
Tomáš Votruba
04dfb73093
Merge pull request #1018 from rectorphp/nts-subscriber
Add RenameEventNamesInEventSubscriberRector
2019-02-05 15:47:21 -08:00
Tomas Votruba
b7ae358168 add RenameEventNamesInEventSubscriberRector 2019-02-06 00:36:09 +01:00
Tomáš Votruba
5a6455eca9
Merge pull request #1016 from rectorphp/docs
update gif
2019-02-04 14:18:55 -08:00
Tomas Votruba
7e96f23761 update gif 2019-02-04 23:18:20 +01:00
Tomáš Votruba
3106549aaa
Merge pull request #1015 from rectorphp/rename
Rename `ReturnTypehintRector` to `AddReturnTypeDeclarationRector`
2019-02-04 10:11:16 -08:00
Tomas Votruba
684abf332f add undescore test 2019-02-04 16:01:36 +01:00
Tomas Votruba
8cfa286c6e add test case for #1012 2019-02-04 15:59:26 +01:00