64 Commits

Author SHA1 Message Date
Tomas Votruba
eaed84cbe3 add NodesOverview 2019-02-23 00:54:33 +01:00
Tomas Votruba
d8b61e2f38 add MarkdownDumpNodesOutputFormatter 2019-02-23 00:49:32 +01:00
Tomas Votruba
ad5f09cb24 add dump-nodes output formatters 2019-02-23 00:49:32 +01:00
Tomas Votruba
62fb154906 make OutputFormatters specific for DumpRectorsCommand 2019-02-23 00:49:32 +01:00
Tomas Votruba
c5ee28cc2d Add "dump-node-help" command 2019-02-23 00:49:32 +01:00
Tomas Votruba
3175a8857a apply specific bool on code 2019-02-18 00:36:58 +01: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
Tomas Votruba
ff67ab139e decouple RectorMetadataResolver, simplify category to package 2019-02-04 01:39:49 +01:00
Tomas Votruba
12b5395c85 add JsonOutpuFormatter for DumpRectors 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
7c769a5724 decouple RectorsFinder 2019-02-04 00:46:13 +01:00
Tomas Votruba
0db2b07d49 rename *.yml to *.yaml 2019-02-03 18:46:45 +01:00
Tomas Votruba
b8268f3897 remove safe 2019-02-02 13:27:03 +01:00
Tomas Votruba
569f1caaa9 remove dot from command description to keep consistent 2019-01-18 12:48:19 +01:00
Tomas Votruba
25da54641b improve static code quality 2019-01-14 23:08:20 +01:00
Tomas Votruba
cfe7ecc2ff standardize /config directory location to root 2019-01-12 02:04:45 +01:00
Tomas Votruba
465bd42925 use new PHP CS Fixer sort style for function namespaces 2019-01-02 14:22:25 +01:00
Tomas Votruba
4b1ab008ef [Php 7.4] Add GetCalledClassToStaticClassRector 2018-12-31 10:25:07 +01:00
Tomas Votruba
c03b1b1fb3 [DeadCode] Add RemoveUnusedParameterRector 2018-12-25 22:31:48 +01:00
Tomas Votruba
e696d65e2d [DeadCode] Add RemoveEmptyClassMethodRector 2018-12-25 20:44:12 +01:00
Tomas Votruba
079dce59b0 remove style apply from CreateRectorCommand, used manually after the body code anyway 2018-12-25 20:44:12 +01:00
Tomas Votruba
b09976b828 [DeadCode] Add RemoveDuplicatedArrayKeyRector 2018-12-25 20:44:12 +01:00
Tomas Votruba
2178625375 fix command name in travis 2018-12-25 02:11:24 +01:00
Tomas Votruba
689155cec2 use ContributorCommandInterface instead of explicit command checks 2018-12-23 18:12:32 +01:00
Tomas Votruba
e3ffb69230 move GenerateRectorOverview to GenerateDocs in ContributorTools 2018-12-23 18:12:32 +01:00
Tomas Votruba
26b83be1f7 [CodingStyle] Add CompleteVarDocTypeConstantRector 2018-12-22 15:22:44 +01:00
Tomas Votruba
3ce2e41a03 remove unused configs 2018-12-16 02:39:26 +01:00
Tomas Votruba
45248dee04 Add AssertEqualsParameterToSpecificMethodsTypeRector 2018-12-11 13:02:28 +01:00
Tomas Votruba
a59e35678c Add SpecificAssertInternalTypeRector 2018-12-10 16:01:14 +01:00
Tomas Votruba
eabfadc2bb update CreateRectorCommand with fixture approach 2018-12-09 22:20:09 +01:00
Tomas Votruba
ef288d4045 [tests] rename test files to fixtures 2018-12-06 02:09:02 +01:00
Tomas Votruba
73466ac247 rename test files method to provideFiles()
Signed-off-by: Tomas Votruba <tomas.vot@gmail.com>
2018-12-03 20:13:46 +01:00
Tomas Votruba
e0a399eefc [PHPStan] Add PHPStormVarAnnotationRector 2018-11-17 01:20:21 +02:00
Tomas Votruba
dabf8bac49 [PHPStan] Add RecastingRemovalRector 2018-11-08 13:52:02 +01:00
Tomas Votruba
aaf409eed2 move php-parser related code under PhpParser namespace, add Maintainer type for services reading/writing to nodes 2018-11-04 02:17:02 +01:00
Tomas Votruba
c0222a9398 Improve CountOnNullRector 2018-11-03 00:06:56 +01:00
Tomas Votruba
3c4a110f6a Dislay file names in debug mode, merge ConsoleStyle to SymfonyStyle 2018-11-02 18:27:00 +01:00
Tomas Votruba
218366f762 [cs] apply private method order 2018-10-31 16:35:15 +01:00
Tomas Votruba
05e5df7406 [cs] apply property sort 2018-10-31 16:35:15 +01:00
Tomas Votruba
7b669d89ba [Doctrine] Make ReplaceParentRepositoryCallsByRepositoryPropertyRector 2018-10-28 17:50:10 +01:00
Tomas Votruba
e4ebea3ae8 add method rename 2018-10-27 16:03:14 +02:00
Tomas Votruba
3ff47f7847 [Guzzle] Add MessageAsArrayRector [closes #557] 2018-10-27 16:03:14 +02:00
Tomas Votruba
a7a6feaee9 add .inc to skipped files 2018-10-26 00:41:30 +02:00
Tomas Votruba
c4a1e11e09 [CodeQuality] Add SimplifyUselessVariableRector 2018-10-26 00:24:28 +02:00
Tomas Votruba
075707447a [Symfony] Add FormTypeInstanceToClassConstRector 2018-10-24 12:06:35 +02:00
Tomas Votruba
271d98e868 [ContributorTools] Add support for level adding 2018-10-23 20:42:54 +02:00
Tomas Votruba
a8fe5abb03 decouple TemplateVariablesFactory 2018-10-23 20:42:54 +02:00
Tomas Votruba
985d38e267 Add AfterRectorCodingStyle 2018-10-21 13:06:28 +02:00
Tomas Votruba
161c3cd6fa apply --with-style on create-rector 2018-10-21 11:44:51 +02:00