352 Commits

Author SHA1 Message Date
Tomas Votruba
634bc0eab8
cleanup (#5839) 2021-03-14 00:59:52 +01:00
TomasVotruba
051a06cbcb remove uuid left-overs 2021-03-14 00:49:58 +01:00
TomasVotruba
fd18aa0547 remove throws method 2021-03-14 00:46:34 +01:00
Tomas Votruba
c791f5ed60
[RectorGenerator] Decouple to external package (#5825) 2021-03-12 20:13:27 +01:00
Tomas Votruba
67670e70ad
[DX] move packages from src/tests to single PSR-4 directory (#5824) 2021-03-12 01:21:29 +00:00
TomasVotruba
7f2b0afd7d rename package to use lowercased standard, prevent confusion with PSR-4 autoloaded 2020-02-07 16:11:43 +01:00
TomasVotruba
607358a8e1 move src classes to Rector\Core namespace to prevent duplications 2020-02-07 00:57:45 +01:00
TomasVotruba
9cb8a12ba6 init rename-core 2020-02-07 00:09:31 +01:00
TomasVotruba
af09937841 remove addTag() from DocBlockManipulator, decrease extra php doc nodes 2020-02-04 09:41:52 +01:00
TomasVotruba
293c37f96a decopule type detection in phpdoc 2020-02-04 09:11:39 +01:00
TomasVotruba
5e238cc3b1 use PhpDocInfo by default 2020-02-04 07:39:16 +01:00
TomasVotruba
71332ebd41 use PhpDocInfo by default 2020-02-03 18:47:03 +01:00
TomasVotruba
447c2ead87 naming conventions for test fixtures 2020-02-02 18:37:04 +01:00
TomasVotruba
1dda9804f5 apply property and method order 2020-02-02 12:14:43 +01:00
TomasVotruba
ab89f4b780 [CakePHPToSymfony] Add CakePHPImplicitRouteToExplicitRouteAnnotationRector 2020-02-02 11:36:39 +01:00
TomasVotruba
5cc5f77bb2 move get param types to php doc infO 2020-01-31 10:46:08 +01:00
TomasVotruba
e56804dd65 remove deprecated removeBy* in DocBlockManipulator 2020-01-31 09:01:07 +01:00
TomasVotruba
f0de6724b6 use php doc info node 2020-01-31 07:53:22 +01:00
TomasVotruba
b32ab6c01e doc block manipulator refactoring to object 2020-01-30 22:45:28 +01:00
TomasVotruba
812942e52c add oneToOne 2020-01-21 16:46:59 +01:00
TomasVotruba
1da8409b61 add OneToMany support 2020-01-21 16:46:59 +01:00
TomasVotruba
146ddafea4 add ManyToMany support 2020-01-21 16:34:09 +01:00
TomasVotruba
ed37a79209 [CakePHPToSymfony] Add CakePHPModelToDoctrineEntityRector 2020-01-21 14:32:51 +01:00
TomasVotruba
863b3e6bfd Fix AssertChoide with choices 2020-01-20 20:40:55 +01:00
Jeroen Smit
8cecdb8a1a Run rector on self including some manual formatting 2020-01-19 20:45:01 +01:00
TomasVotruba
1b6f616cf9 import names 2020-01-12 23:34:34 +01:00
TomasVotruba
ef982e3df3 remove old manual nodes 2020-01-12 22:42:38 +01:00
TomasVotruba
ded6e13996 fix cs 2020-01-12 22:42:38 +01:00
TomasVotruba
efabe2d986 move usage from BetterPhpDocParser ast nodes to AttributeAwarePhpDoc 2020-01-12 21:42:20 +01:00
TomasVotruba
464eb22030 Add PHPStanAttributeTypeSyncer 2020-01-12 21:42:19 +01:00
Dorian Villet
88519c0cd9 Add support for PHPStan 0.12+ @template annotation. 2020-01-08 21:28:25 +01:00
Tomas Votruba
21a37fd7b3
[DoctrineGemoToKnplabs] Add LoggableBehaviorRector (#2601)
[DoctrineGemoToKnplabs] Add LoggableBehaviorRector
2020-01-07 14:41:37 +01:00
TomasVotruba
28b8649939 [DoctrineGemoToKnplabs] Add LoggableBehaviorRector 2020-01-07 14:29:54 +01:00
Tomas Votruba
5ce4357b89
[Symfony] fix process error of controller with Internationalize… (#2600)
[Symfony] fix process error of controller with Internationalized routing
2020-01-07 13:50:05 +01:00
Andras Ratz
8d62962d61 fix process error of controller with Internationalized routing 2020-01-07 13:37:10 +01:00
TomasVotruba
fdf686cf04 [DoctrineGemoToKnplabs] Add BlameableBehaviorRector 2020-01-07 13:36:55 +01:00
TomasVotruba
2dc315c81c [DoctrineGedmoToKnpLabs] Add SoftDeletableBehaviorRector 2020-01-07 01:54:50 +01:00
Dorian Villet
b4e30172c8 Fix PHPStan 0.12+ @implements and @extends class annotations. 2020-01-06 19:35:11 +01:00
TomasVotruba
3159da6712 use explicit null in yaml 2020-01-05 20:00:32 +01:00
TomasVotruba
3f6e1499e3 Add basic support for vendor property fetch detection based on phpdoc for CountOnNullRector 2020-01-04 00:00:25 +01:00
TomasVotruba
09c926baf2 fix function callback in assert callback 2020-01-03 18:12:13 +01:00
TomasVotruba
bf76b6d2c4 Fix single-line comment 2019-12-27 18:37:24 +01:00
TomasVotruba
22898a23cc add hasByType() method to PhpDocInfo 2019-12-27 13:48:50 +01:00
TomasVotruba
d4849b1cf3 add Translatable Behavior Rector 2019-12-27 13:25:14 +01:00
TomasVotruba
0dec93ead6 [Gedmo to Knp] Add TreeBehaviorRector 2019-12-26 00:46:43 +01:00
TomasVotruba
2ac711d2b2 [DoctrineGedmoToKnplabs] init set 2019-12-25 19:51:35 +01:00
TomasVotruba
e5972f2a45 fix cs 2019-12-15 19:35:48 +01:00
TomasVotruba
53eda0bb8e use new Symplify 7 2019-11-23 18:49:27 +01:00
TomasVotruba
a3693df310 use exclude as list 2019-11-22 20:10:39 +01:00
Tomas Votruba
8d57420bd6 use yieldFilesFromDirectory() in tests instead of explicid fixture naming 2019-11-05 18:02:26 +01:00