Commit Graph

87 Commits

Author SHA1 Message Date
Tomas Votruba
b419f625c7 add Laravel 5.0, 5.1 and 5.2 sets 2019-03-09 14:41:11 +00:00
Tomas Votruba
24dde348e0 update overviews 2019-03-09 13:24:30 +00:00
Tomas Votruba
a7073c2935 rename AnnotationReplacerRector to RenameAnnotationRector 2019-03-09 13:15:14 +00:00
Tomas Votruba
ccf8fccf9f rename ConstantReplacerRector to RenameConstantRector 2019-03-09 13:08:21 +00:00
Tomas Votruba
63629492a3 rename PropertyNameReplacerRector to RenamePropertyRector 2019-03-09 13:04:33 +00:00
Tomas Votruba
7ef82ebe79 rename NamespaceReplacerRector to RenameNamespaceRector 2019-03-09 13:02:18 +00:00
Tomas Votruba
c6628917f2 rename StaticMethodReplacerRector to RenameStaticMethodRector 2019-03-09 12:56:58 +00:00
Tomas Votruba
2cfea9d710 rename ClassReplacerRector to RenameClassRector 2019-03-09 12:56:58 +00:00
Tomas Votruba
c5ee28cc2d Add "dump-node-help" command 2019-02-23 00:49:32 +01:00
Tomas Votruba
07967d0273 update docs 2019-02-18 17:02:57 +01:00
Tomas Votruba
afc174fa80 rename ReturnTypehintRector to AddReturnTypeDeclarationRector 2019-02-04 15:50:53 +01:00
Tomas Votruba
ff67ab139e decouple RectorMetadataResolver, simplify category to package 2019-02-04 01:39:49 +01:00
Tomas Votruba
aeb402db5d change GenerateDocsCommand to DumpRectorsCommand with default markdown output formatter 2019-02-04 00:46:13 +01:00
Tomas Votruba
4640510f38 update docs 2019-02-02 17:22:15 +01:00
Tomas Votruba
0f12e192b1 update docs 2019-01-25 17:03:35 +01:00
Tomas Votruba
5488e5cfa4 use getName() instead of resolved-name attribute 2019-01-22 22:56:27 +01:00
Tomas Votruba
9ab3186fcf update docs 2019-01-22 21:34:38 +01:00
Tomas Votruba
40444cabcc update DOCS 2019-01-08 18:56:43 +01:00
Tomas Votruba
9fae3bf1d1 update docs 2019-01-04 11:05:15 +01:00
Tomas Votruba
e6a5f55f94 drop ArrayToYieldDataProviderRector instead, update docs 2019-01-03 17:39:25 +01:00
Tomas Votruba
7f50b8b5a6 Add ReturnArrayClassMethodToYieldRector 2019-01-03 17:39:25 +01:00
Tomas Votruba
6d7ed86cb8 Fix empty class in SimplifyDeMorganBinaryRector [closes #915] 2019-01-02 14:04:29 +01:00
Tomas Votruba
c5e9428490 [PHPUnit] Add UseSpecificWillMethodRector 2018-12-31 22:07:12 +01:00
Tomas Votruba
c1d7d8bcba update DOCS [skip ci] 2018-12-31 20:29:12 +01:00
Tomas Votruba
0b80b862aa update DOCS 2018-12-31 12:53:21 +01:00
Den Girnyk
927b412430
Fix typo 2018-12-27 15:51:52 +02:00
Tomas Votruba
520a00fe28 fix left-over in docs 2018-12-25 21:35:07 +01:00
Tomas Votruba
997808b75e [docs] update overview 2018-12-25 20:55:16 +01:00
Tomas Votruba
26b83be1f7 [CodingStyle] Add CompleteVarDocTypeConstantRector 2018-12-22 15:22:44 +01:00
Tomas Votruba
48cb147db4 Add CompleteVarDocTypePropertyRector 2018-12-22 15:20:55 +01:00
Tomas Votruba
421b307965 rename *ScalarTypehint to *TypeDeclaration 2018-12-22 12:32:32 +01:00
Tomas Votruba
adfc57b89e fix typo, add config 2018-12-14 20:38:47 +01:00
Tomas Votruba
3addd754da update docs 2018-12-14 20:35:35 +01:00
Tomas Votruba
9eaa3185c1 update docs
Signed-off-by: Tomas Votruba <tomas.vot@gmail.com>
2018-12-06 01:13:36 +01:00
Ivan
1878b8c2a8
fix typo 2018-11-29 11:51:17 +02:00
Tomas Votruba
15bafc3d36 docs: update How to create own Rector tutorial 2018-11-11 14:09:58 +01:00
Tomas Votruba
0abecd8087 use short config in code samples + update Rector overview 2018-11-11 14:09:49 +01:00
Gabriel Caruso
c2ccef23ab
Merge pull request #729 from rectorphp/simplify-empty-array-check
[WIP][CodeQuality] Create SimplifyEmptyArrayCheckRector
2018-10-30 00:38:38 +01:00
Tomas Votruba
c4a1e11e09 [CodeQuality] Add SimplifyUselessVariableRector 2018-10-26 00:24:28 +02:00
Gabriel Caruso
16510f00e2
[CodeQuality] Create SimplifyEmptyArrayCheckRector 2018-10-25 17:03:51 -03:00
Gabriel Caruso
7756557aec
Regenerate docs 2018-10-23 15:58:57 -03:00
Tomas Votruba
09027d06eb resolve phpstan reports 2018-10-22 18:02:36 +02:00
Tomas Votruba
68d365eaf8 update docs 2018-10-22 00:26:45 +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
Gabriel Caruso
ed26bd54c8
Re-generate documentation 2018-10-12 20:15:00 -03:00
Tomas Votruba
1669823b93 update docs [skip ci] 2018-09-29 00:33:35 +08:00
Tomas Votruba
17f45c5982 udpate docs 2018-08-12 20:34:43 +02:00
Tomas Votruba
c364ee0b2d update docs 2018-08-11 10:42:40 +02:00
Tomas Votruba
4f063d73a4 update docs 2018-08-01 22:14:00 +02:00