Commit Graph

2031 Commits

Author SHA1 Message Date
Tomas Votruba a0ccfe6d1a move Sensio Rectors to own package 2018-06-02 12:44:43 +02:00
Tomas Votruba 7e9bfa3ed3 move Symfony Rector to own package 2018-06-02 12:39:43 +02:00
Tomas Votruba 1b6a77486f drop better-reflection20 level, not really useful 2018-05-31 19:51:20 +02:00
Tomas Votruba e409490e4d [DoctrineRepositoryAsService] decouple dependency on specific class 2018-05-31 19:47:56 +02:00
Gabriel Caruso 6950973d48
[CodeQuality] Create UnnecessaryTernaryExpressionRector 2018-05-13 14:17:15 -03:00
Tomáš Votruba 7dde83880d
Merge pull request #458 from rectorphp/action-inject-to-constructor
Add Action inject to constructor Rector
2018-05-05 16:21:45 +01:00
Tomas Votruba fcf2bf6337 space 2018-05-05 13:48:29 +01:00
Tomas Votruba ade19f6a7d add ReplaceVariableByPropertyFetchRector 2018-05-05 13:39:39 +01:00
Tomas Votruba a15c177a73 ActionInjectionToConstructorInjectionRector prototype 2018-05-05 10:33:11 +01:00
Tomas Votruba 30613aaac1 cleanup cases out of ArgumentRector scope 2018-05-05 01:04:16 +01:00
Tomas Votruba 26e649cf1d add 2 Argument rules to sylius10.yml 2018-05-05 01:03:04 +01:00
Tomas Votruba 6642ef8af9 ArgumentAdderRector: rename 'replacement' to 'default_value' 2018-05-05 01:03:04 +01:00
mssimi 4965127652 split argument rector into:
ArgumentAdderRector
ArgumentDefaultValueReplacerRector
ArgumentRemoverRector
2018-05-01 19:31:41 +02:00
mssimi 1b39e32b2d simplify argument rector 2018-04-30 10:34:01 +02:00
Tomas Votruba c21b76cd90 fix syntax errors in levels 2018-04-29 11:16:51 +02:00
Tomas Votruba ed69b44b2b add all.yml level, also for full describe command output 2018-04-29 11:16:51 +02:00
mssimi d14894cd40 rename ArgumentReplacerRector to ArgumentRector as it is now general 2018-04-28 15:47:26 +02:00
Tomas Votruba 4fae7b2bc8 config: remove already registered service, also typoed 2018-04-27 13:45:58 +02:00
Tomas Votruba 0589f12fdf fix sylius level paths 2018-04-27 10:49:09 +02:00
Tomas Votruba cd03b803d6 rename EntityForDoctrineRepositoryProvider* to DoctrineEntityAndRepositoryMapper* 2018-04-26 23:33:46 +02:00
Tomas Votruba d28c160654 add DefaultEntityForDoctrineRepositoryProvider 2018-04-26 23:33:07 +02:00
Tomas Votruba 2270282f79 remove RectorBuilder 2018-04-26 14:23:21 +02:00
Gabriel Caruso d2a06f2e06
[CodeQuality] Create InArrayAndArrayKeysToArrayKeyExistsRector 2018-04-22 13:46:09 -03:00
Tomas Votruba 8b612905b9 add phpunit.yml for architecture 2018-04-13 20:29:35 +02:00
Gabriel Caruso 97d10095c9
[PHPUnit] Create AssertRegExpRector 2018-04-11 01:31:23 -03:00
mssimi 44e41986a7 service locator to DI class constant 2018-04-09 16:20:48 +02:00
mssimi e1735f43d4 added failing test 2018-04-09 16:20:47 +02:00
Tomas Votruba a89860e631 drop CompilerAddPassPriorityRector, still optional 2018-04-08 17:26:59 +02:00
Tomas Votruba 2f2dfbf0d0 drop CompilerGenerateCodeArgumentsRector, CompilerCompileArgumentsRector - rare cases 2018-04-08 17:26:59 +02:00
Gabriel Caruso 6baf5ee193
[PHPUnit] Add AssertNotOperatorRector 2018-03-25 07:00:32 -03:00
Gabriel Caruso 94c1cc1f43
Move config/levels to root level 2018-03-19 13:54:31 -03:00