Dorian Villet
|
c139fbdff3
|
Rename jsm-decouple.yaml to jms-decouple.yaml
|
2019-06-19 09:55:12 +02:00 |
|
Tomas Votruba
|
c5f6ca0234
|
add exclude to typical reported typos
|
2019-06-15 13:57:41 +02:00 |
|
Tomáš Votruba
|
8f0f829960
|
Merge pull request #1609 from shyim/elasticsearch-dsl
Add ElasticSearchDSL package
|
2019-06-13 18:31:07 +02:00 |
|
Soner Sayakci
|
787a401fbe
|
Add rector for ShopRegistration
|
2019-06-12 22:19:37 +02:00 |
|
Soner Sayakci
|
c17bba8675
|
Add shopware version const rector
|
2019-06-12 19:30:47 +02:00 |
|
Soner Sayakci
|
de70f110e9
|
Add ElasticSearchDSL package
|
2019-06-12 18:47:22 +02:00 |
|
Tomas Votruba
|
90fec09845
|
[DeadCode] Add RemoveDuplicatedInstanceOfRector
|
2019-06-10 20:39:41 +02:00 |
|
Tomas Votruba
|
842cd401ac
|
[Laravel] Fix missing method name in 5.7
|
2019-06-10 19:01:39 +02:00 |
|
Tomas Votruba
|
78ff3533db
|
[DeadCode] Add RemoveZeroAndOneBinaryRector
|
2019-06-10 00:39:10 +02:00 |
|
Tomas Votruba
|
f6f131a93c
|
[DeadCode] Add RemoveZeroAndOneBinaryRector
|
2019-06-09 19:11:44 +02:00 |
|
Tomas Votruba
|
522fc0ca58
|
rename level dir to set
|
2019-06-08 22:41:52 +02:00 |
|
Tomas Votruba
|
e15518081a
|
add SimplifyUselessVariableRector to dead-code set
|
2019-06-08 22:40:51 +02:00 |
|
Tomas Votruba
|
16c60344a6
|
[DeadCode] Add RemoveConcatAutocastRector
|
2019-06-05 16:49:28 +02:00 |
|
Tomas Votruba
|
d94f47b276
|
[ClassMethod] Add AddMethodParentCallRector
|
2019-06-05 16:36:19 +02:00 |
|
Den Girnyk
|
5a2fc5288e
|
Fix solid.yaml
Currently solid.yaml references to not existed class. This PR fix this
|
2019-06-05 16:49:51 +03:00 |
|
Jonas Elfering
|
de4ae5e31e
|
Fix classname change for FilterControllerEvent
As described in https://github.com/symfony/symfony/blob/4.4/UPGRADE-4.3.md#httpkernel the new name for the FilterControllerEvent is ControllerEvent
|
2019-06-04 16:25:57 +02:00 |
|
Tomas Votruba
|
068329b141
|
[Symfony] Add MakeCommandLazyRector
|
2019-06-02 18:06:51 +03:00 |
|
Tomas Votruba
|
1851329f19
|
fix php72 type declaratoin misspel
|
2019-06-01 01:37:27 +03:00 |
|
Tomas Votruba
|
6854f3ef1e
|
fix RenameClassRector to change only direct class names, not children [closes #1514]
|
2019-05-31 19:46:43 +03:00 |
|
Tomas Votruba
|
8ff359830e
|
fix indent
|
2019-05-30 12:38:28 +02:00 |
|
Tomas Votruba
|
b18733a78a
|
[Symfony 4.3] Add class renames, method renames and added arguments
|
2019-05-30 12:36:05 +02:00 |
|
Tomas Votruba
|
224bc33174
|
[CodeQuality] Add CompleteDynamicPropertiesRector
|
2019-05-26 22:04:20 +02:00 |
|
Tomas Votruba
|
0735925796
|
[SOLID] Add AbstractChildlessUnusedClassesRector
|
2019-05-26 14:24:23 +02:00 |
|
Tomas Votruba
|
2f6e3bef75
|
[CodingStyle] Add VarConstantCommentRector
|
2019-05-26 13:13:22 +02:00 |
|
Tomas Votruba
|
fa7d04518a
|
[CodingStyle] Add SplitDoubleAssignRector
|
2019-05-26 02:08:08 +02:00 |
|
Tomas Votruba
|
0174637de9
|
[CodingStyle] Add ArrayPropertyDefaultValueRector
|
2019-05-26 01:42:49 +02:00 |
|
Tomas Votruba
|
08868e457d
|
[CodingStyle] Add CatchExceptionNameMatchingTypeRector
|
2019-05-26 01:20:34 +02:00 |
|
Tomas Votruba
|
7cc7fc6ac0
|
[CodingStyle] Add FollowRequireByDirRector
|
2019-05-26 00:58:11 +02:00 |
|
Tomas Votruba
|
fc62346caf
|
[CodingStyle] Add ConsistentPregDelimiterRector
|
2019-05-26 00:16:31 +02:00 |
|
Tomas Votruba
|
f51b3d3a71
|
[PHP] Add StringClassNameToClassConstantRector
|
2019-05-24 15:05:39 +02:00 |
|
Tomas Votruba
|
393c39c40d
|
[PHP] Add RemoveMissingCompactVariableRector
|
2019-05-19 13:39:29 +02:00 |
|
Tomas Votruba
|
b3f55428b3
|
[PHP 7.1] Add BinaryOpBetweenNumberAndStringRector
|
2019-05-19 12:37:51 +02:00 |
|
Tomas Votruba
|
ad95d018b5
|
[CodeQuality] Add CompactToVariablesRector
|
2019-05-19 10:26:00 +02:00 |
|
Tomas Votruba
|
ee1f606827
|
[CodeQuality] Add ForToForeachRector
|
2019-05-19 01:02:19 +02:00 |
|
Tomas Votruba
|
e2fba5c6fd
|
[PHP 7.4] Add array spread operator
|
2019-05-16 01:37:12 +02:00 |
|
Tomas Votruba
|
088b1f136d
|
[PHP-DI] Add php-di-decouple level [closes #1400]
|
2019-05-12 18:03:07 +02:00 |
|
Tomas Votruba
|
5d73191fa8
|
decouple JmsInjectAnnotationRector to configurable InjectAnnotationClassRector
|
2019-05-12 18:02:28 +02:00 |
|
Tomas Votruba
|
d280fd6ebe
|
add trait scope without need for class
|
2019-05-12 10:45:59 +02:00 |
|
Tomas Votruba
|
ca289def87
|
[TypeDeclaration] Add AddFunctionReturnTypeRector
|
2019-05-11 12:56:13 +02:00 |
|
Tomas Votruba
|
83d2219ca7
|
[TypeDeclaration] Add AddFunctionReturnTypeRector
|
2019-05-10 14:55:55 +02:00 |
|
Tomas Votruba
|
e0af68e5fd
|
[TypeDeclaration] Decouple new set
|
2019-05-09 12:14:36 +02:00 |
|
Tomas Votruba
|
3ab113cf53
|
[Symfony] Add MakeDispatchFirstArgumentEventRector
|
2019-05-09 11:58:44 +02:00 |
|
Tomas Votruba
|
b043688e13
|
[Symfony 4.3] Add rename of event classes
|
2019-05-09 11:42:28 +02:00 |
|
Tomas Votruba
|
bd909ab3ef
|
[DeadCode] Add RemoveDefaultArgumentValueRector
|
2019-05-06 00:34:10 +02:00 |
|
Tomas Votruba
|
d428d7e15f
|
[CodeQuality] Add AndAssignsToSeparateLinesRector
|
2019-05-05 19:52:12 +02:00 |
|
Tomas Votruba
|
4f5469f62d
|
[DeadCode] Add RemoveAndTrueRector
|
2019-05-05 18:52:06 +02:00 |
|
Tomas Votruba
|
5d78e0a050
|
[PHP] Add AddDefaultValueForUndefinedVariableRector
|
2019-04-29 16:05:39 +02:00 |
|
Tomas Votruba
|
4f654b8174
|
[PHP 7.4] Add ReservedFnFunctionRector
|
2019-04-29 13:10:05 +02:00 |
|
Tomas Votruba
|
71f1af830c
|
[tests] Refactor tests to use container just once, if not enforced config
|
2019-04-29 00:36:52 +02:00 |
|
Dezső BICZÓ
|
d7f012bcac
|
Add PrivatizeLocalClassConstantRector to SOLID
Original PR: #1304
|
2019-04-23 08:02:18 +02:00 |
|