1099 Commits

Author SHA1 Message Date
TomasVotruba
f11fed5756 make injected variable protect, if used by children 2020-06-10 01:02:49 +02:00
TomasVotruba
9230abdfe3 add parent::__construct() in case of existing empty ctor 2020-06-10 00:18:46 +02:00
TomasVotruba
c1ce340308 skip abstract class 2020-06-09 23:05:11 +02:00
TomasVotruba
5a2641f876 decouple skip_autowired test case 2020-06-09 22:56:42 +02:00
TomasVotruba
6e33fe0565 add typed property support 2020-06-09 22:43:28 +02:00
TomasVotruba
0f0f01f495 update namespace to fit standard 2020-06-09 22:39:09 +02:00
TomasVotruba
c694e26ab0 use constants over explicit values 2020-06-03 23:00:07 +02:00
TomasVotruba
7f0acb0fac Fix ArgumentDefaultValueReplacerRector to work with bool values 2020-06-03 22:45:59 +02:00
TomasVotruba
201352886c Add RemoveIniGetSetFuncCallRector 2020-05-31 17:25:51 +02:00
TomasVotruba
d28e599bae Add RemoveFuncCallArgRector 2020-05-31 16:20:39 +02:00
TomasVotruba
6c0bc2d14b do not override endline 2020-05-27 00:01:25 +02:00
TomasVotruba
7bb9a7ab29 add test case for incorrect comment positoin 2020-05-25 17:31:37 +02:00
TomasVotruba
e3463b1073 add comments constant to prevent typos 2020-05-25 17:03:48 +02:00
TomasVotruba
897f226f94 add comment test to printer 2020-05-25 16:52:55 +02:00
TomasVotruba
f63e4424b8 move MultipleClassFileToPsr4ClassesRector to PSR4 2020-05-10 00:54:56 +02:00
TomasVotruba
65a25fc57e fix comment preserving for SimplifyIfReturnBoolRector 2020-05-06 12:52:50 +02:00
TomasVotruba
69dfe3cf96 Fix multi-comment malforming 2020-05-05 00:19:45 +02:00
TomasVotruba
e4216ea76d fix test case 2020-05-04 19:15:04 +02:00
Tomas Votruba
174a248644
add the other rule 2020-05-04 19:09:58 +02:00
Tomas Norre Mikkelsen
f653ba03c2 [TASK] Correct namespace 2020-05-04 07:41:58 +02:00
Tomas Norre Mikkelsen
6d5b25a8ef [TASK] Update fixture 2020-05-04 07:41:58 +02:00
Tomas Norre Mikkelsen
3150d82806 [TASK] Switch from set to service to only have one rule 2020-05-04 07:41:58 +02:00
Tomas Norre Mikkelsen
8a7fe72648 [TASK] Adjust set 2020-05-04 07:41:58 +02:00
Tomas Norre Mikkelsen
5389475eac [TASK] Remove duplicate class and adjust sets 2020-05-04 07:41:58 +02:00
Tomas Norre Mikkelsen
cc2b30ad3a [TASK] Add Issues/tests 2020-05-04 07:41:58 +02:00
Tomas Norre Mikkelsen
03ea64d3f0 [TASK] Add @noRector on private property test 2020-05-04 07:41:58 +02:00
TomasVotruba
ef5501d06c various cs cleanup 2020-05-03 21:33:36 +02:00
TomasVotruba
f64f468ac1 apply cs 2020-05-03 21:23:58 +02:00
TomasVotruba
f12dd0ea34 remove unused files 2020-05-03 01:15:14 +02:00
TomasVotruba
b2f5f0ae17 remove scan-fatal-errors, move to migrify 2020-05-03 01:06:31 +02:00
TomasVotruba
047598c19e change design from getClass() to getClasses() 2020-04-30 12:28:49 +02:00
TomasVotruba
2fa2a471dc [Core] Add ChangeContractMethodSingleToManyRector 2020-04-30 12:27:31 +02:00
TomasVotruba
677763a876 remove RectorStandaloneRunner, too hacky 2020-04-26 15:42:13 +02:00
TomasVotruba
280a7547db fix missing external class test 2020-04-24 14:07:55 +02:00
TomasVotruba
bf4265cd2c rename FunctionReflectionHelper to FunctionAnnotationResolver, cover with test 2020-04-24 14:07:55 +02:00
TomasVotruba
1ecd30818a remove unused print method 2020-04-20 09:45:15 +02:00
TomasVotruba
192c4464ec various improvements 2020-04-19 23:17:01 +02:00
TomasVotruba
e3410f0f41 make PHPUnit 9.0 and 8.0 compat 2020-04-04 22:45:37 +02:00
TomasVotruba
d29c4ede57 Add DoctrineAnnotationParserSyncer 2020-04-04 22:01:47 +02:00
TomasVotruba
d6aadd4ea3 add CurrentRectorProvider 2020-03-19 14:15:08 +01:00
TomasVotruba
8008ad3806 cover with test 2020-03-09 18:16:21 +01:00
TomasVotruba
7ba752378c remove manual load of bootstrap.php 2020-02-26 18:27:54 +01:00
TomasVotruba
c25db0b56d apply 2020-02-19 00:14:44 +01:00
TomasVotruba
1498108d95 fix single line comment 2020-02-17 00:03:28 +01:00
TomasVotruba
b89d691c36 symplify config 2020-02-16 21:52:10 +01:00
Felix Sokoliuk
3a52e321e7 add failing test for issue #2863 2020-02-16 19:28:13 +01:00
TomasVotruba
09cf6f8a4a move core architecture to own set 2020-02-13 14:44:36 +01:00
TomasVotruba
3e5dd77bb6 move Rector-rule based packages from /packages to /rules 2020-02-11 13:41:37 +01: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