42 Commits

Author SHA1 Message Date
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
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
4b1e61ed58 Fix create-rector for ambiguous suffixes 2018-10-18 17:31:32 +02:00
Tomas Votruba
6daa618ab3 [PHP] Add TrailingCommaArgumentsRector 2018-10-17 10:29:27 +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
5de35b9706 [PHP] Add SensitiveHereNowDocRector 2018-10-17 09:53:42 +02: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
3c0873e3b3 [CodeQuality] Add SimplifyArrayCallableRector 2018-10-16 00:00:46 +08:00
Tomas Votruba
a7afe1fed9 [CodeQuality] Add SimplifyFalseComparisonToNegateRector 2018-10-15 21:47:46 +08:00
Tomas Votruba
b4b728dc28 [CodeQuality] Add SimplifyInArrayValuesRector 2018-10-15 08:30:41 +08:00
Tomas Votruba
deff6bb56e [ContributorTools] Fix Rector path in test config 2018-10-15 08:26:09 +08:00
Tomas Votruba
dee5c4e427 [ContributorTools] Add CreateRectorCommand 2018-10-14 15:29:56 +08:00