482 Commits

Author SHA1 Message Date
TomasVotruba
607358a8e1 move src classes to Rector\Core namespace to prevent duplications 2020-02-07 00:57:45 +01:00
TomasVotruba
aa14cdd461 use FQN bin paths in composer.json for easier copy-paste 2020-02-07 00:09:31 +01:00
TomasVotruba
9cb8a12ba6 init rename-core 2020-02-07 00:09:31 +01:00
TomasVotruba
f47d1760b8 composer: add Core namespace to prevent collision 2020-02-06 17:30:09 +01:00
TomasVotruba
1b45b08196 update to phpstan 0.12.9 2020-02-05 09:22:46 +01:00
TomasVotruba
51a5b21315 composer: use phpstan 0.12.8 2020-02-05 09:22:46 +01:00
TomasVotruba
1dda9804f5 apply property and method order 2020-02-02 12:14:43 +01:00
TomasVotruba
47459c9d3e cleanup 2020-01-27 23:58:14 +01:00
TomasVotruba
eaa018bb3c bump to last working phpstan version 2020-01-27 23:58:14 +01:00
TomasVotruba
934bfb691a fix function autoload and exclude duplicated fixture from create command 2020-01-22 00:26:29 +01:00
TomasVotruba
4fce5091ae move RectorGenerator to core code 2020-01-21 23:55:58 +01:00
TomasVotruba
305fcfdb7f add rd() function mapping to tracy 2020-01-21 18:37:46 +01:00
TomasVotruba
1b052ca9b8 fix unloaded Rector utils 2020-01-21 18:30:02 +01:00
TomasVotruba
ed37a79209 [CakePHPToSymfony] Add CakePHPModelToDoctrineEntityRector 2020-01-21 14:32:51 +01:00
TomasVotruba
81531b2669 [CakePHPToSymfony] Add CakePHPControllerRenderToSymfonyRector 2020-01-19 02:21:07 +01:00
TomasVotruba
a60e526722 [CakePHPToSymfony] Add CakePHPControllerComponentToSymfonyRector 2020-01-18 18:50:03 +01:00
TomasVotruba
a550868574 [CakePHPToSymfony] Add CakePHPControllerToSymfonyControllerRector 2020-01-18 18:50:03 +01:00
TomasVotruba
1678950146 add PHPStanStaticTypeMapperChecker packages 2020-01-16 13:32:02 +01:00
TomasVotruba
e64f787cde [PHPStanStaticTypeMapper] Decouple new services to handle PHPStan type mapping 2020-01-14 15:26:36 +01:00
TomasVotruba
0afb435a07 composer: bump phpstan to 0.12.5 2020-01-12 23:34:34 +01:00
TomasVotruba
464eb22030 Add PHPStanAttributeTypeSyncer 2020-01-12 21:42:19 +01:00
TomasVotruba
51ce266eb4 test doctrine/orm 2020-01-12 11:26:27 +01:00
TomasVotruba
fa12a080e4 [CakePHP] Add ImplicitShortClassNameUseStatementRector 2020-01-11 22:14:25 +01:00
TomasVotruba
3050843a49 [CakePHP 3.0] Add AppUsesStaticCallToUseStatementRector 2020-01-11 22:14:25 +01:00
TomasVotruba
f8a1999304 fix cs & bump to Symplify 7.2 2020-01-06 14:44:07 +01:00
Tomas Votruba
befc972d5c
[Polyfill] Add UnwrapFutureCompatibleIfRector (#2569)
[Polyfill] Add UnwrapFutureCompatibleIfRector
2020-01-06 13:15:33 +01:00
TomasVotruba
a37a7d1dad [Polyfill] Add UnwrapFutureCompatibleIfRector 2020-01-06 13:00:26 +01:00
Ondrej Mirtes
b77fa521c3
Compatibility with PHPStan 0.12.4 2020-01-06 09:57:24 +01:00
TomasVotruba
84e1e98a51 lock to phpstan before bc breaks 2020-01-06 09:13:13 +01:00
TomasVotruba
268480b2fc [MinimalScope] Add ChangeLocalPropertyToVariableRector 2020-01-04 01:12:15 +01:00
TomasVotruba
2ac711d2b2 [DoctrineGedmoToKnplabs] init set 2019-12-25 19:51:35 +01:00
TomasVotruba
c7656e7951 [NetteToSymfony] Add FormControlToControllerAndFormTypeRector 2019-12-22 19:37:46 +01:00
TomasVotruba
9f1b745592 [Phalcon 4.0] Add FlashWithCssClassesToExtraCallRector 2019-12-15 23:01:41 +01:00
TomasVotruba
5a7705bbdc [PHP 5.6] Skip undefined variable this 2019-12-15 20:15:38 +01:00
TomasVotruba
e4e73b3d6d various fixes 2019-12-09 14:51:39 +01:00
TomasVotruba
9075363fef bump to PHPStan 0.12 2019-12-09 00:57:53 +01:00
TomasVotruba
290d0b4ee5 fixup! Merge pull request #2409 from rectorphp/phalcon-round-2 2019-12-08 18:01:29 +01:00
TomasVotruba
ad3d0cbe60 composer: lock phpstan to 0.11.19 due to breaking changes [closes #2385] 2019-12-04 21:35:11 +01:00
TomasVotruba
d5952978c9 update backers 2019-11-24 16:28:11 +01:00
TomasVotruba
86d14353f4 decoupling 2019-11-24 16:28:11 +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
TomasVotruba
cea84035e2 move EntityAndRepository mapper interface to Doctrine package, require min Symfony 4.4 2019-11-22 19:47:06 +01:00
TomasVotruba
da994f9be9 allow Symfony 5, bump min to Symfony 4.4 2019-11-22 19:07:19 +01:00
TomasVotruba
b930046917 add UnionTypesRector 2019-11-17 14:39:46 +01:00
TomasVotruba
0f55a90431 [PHP Deglobalize] Add ChangeGlobalVariablesToPropertiesRector 2019-11-16 20:40:21 +01:00
TomasVotruba
8d4ec5152b Fix parent interface, extends, implements same name as short name 2019-11-14 17:59:37 +01:00
Jeroen Smit
c4bf31c9c8 ignore space change (whitelines are removed by fix-cs) 2019-11-13 20:54:33 +01:00
Jeroen Smit
337cbd3ad4 Added docs check 2019-11-12 07:48:09 +01:00
Tomas Votruba
2d30233a47 init DynamicTypeAnalysis 2019-11-11 17:35:34 +01:00