263 Commits

Author SHA1 Message Date
TomasVotruba
5f4a2c1e3b Add changed files caching 2020-04-20 01:54:17 +02:00
TomasVotruba
0939387553 use getProperty() 2020-04-19 23:27:37 +02:00
TomasVotruba
192c4464ec various improvements 2020-04-19 23:17:01 +02:00
TomasVotruba
00797bbce3 [CodeQuality] Add SplitListScalarAssignToSeparateLineRector 2020-04-19 16:20:08 +02:00
TomasVotruba
c6bc133cb3 [PHPUnit] Add strict param to ReplaceAssertArraySubsetRector 2020-04-19 01:16:27 +02:00
TomasVotruba
b30eccb246 [PHP 7.3] Fix regex slash escaping 2020-04-18 20:57:50 +02:00
TomasVotruba
4384712663 [Privatization] Make PrivatizeLocalOnlyMethodRector skip entities 2020-04-17 15:52:53 +02:00
TomasVotruba
925f117825 fix mixed false postive 2020-04-16 15:53:10 +02:00
TomasVotruba
814e6a1d5c add typed property test with mixed and PHP 7.4 2020-04-16 15:44:36 +02:00
TomasVotruba
7b8b482a96 fix RemoveCodeAfterReturnRector for arrow function 2020-04-16 15:32:58 +02:00
TomasVotruba
9d28884f99 Type and Choice fixes 2020-04-16 15:01:31 +02:00
Tomas Votruba
112d94522d
Merge pull request #3175 from rectorphp/array_spread
[CodeQuality] Make ChangeArrayPushToArrayAssignRector skip spread
2020-04-16 13:41:03 +02:00
TomasVotruba
b882ce533d [CodeQuality] Make ChangeArrayPushToArrayAssignRector skip spread 2020-04-16 13:36:07 +02:00
TomasVotruba
4da2eee3a3 include PHPExcel_Worksheet_PageSetup 2020-04-16 10:49:23 +02:00
TomasVotruba
512c4f4d8f [PHPOffice] Add IncreaseColumnIndexRector 2020-04-16 10:14:21 +02:00
TomasVotruba
296de13121 [PHPOffice] Init migration to PHPSpreadSheets 2020-04-15 18:48:58 +02:00
TomasVotruba
58337e5d0e [NodeNestingScope] Decopule new package 2020-04-14 10:52:20 +02:00
TomasVotruba
a7f5abe2f1 [DeadCode] Add RemoveUnusedAssignVariableRector 2020-04-14 10:45:04 +02:00
TomasVotruba
a7d34dfc8d cs fixes 2020-04-13 12:02:22 +02:00
TomasVotruba
3c78a24f0e remove unused dependency 2020-04-13 11:50:07 +02:00
TomasVotruba
c25c49b34d add isLocalPropertyFetchName() 2020-04-12 11:55:03 +02:00
Jeroen Thora
e57c72499c Add extra allowed interface to EntityAliasToClassConstantReferenceRector 2020-04-10 13:03:04 +02:00
TomasVotruba
01be8d1eee [DeadCode] Fix RemoveUnusedDoctrineEntityMethodAndPropertyRector for id 2020-04-10 00:51:36 +02:00
TomasVotruba
dd3db1d28b fix ThisCallOnStaticMethodToStaticCallRector in prefixed rector 2020-04-08 17:33:08 +02:00
TomasVotruba
30bfba7d3c check for array at UselessIfCondBeforeForeachDetector 2020-04-08 17:17:53 +02:00
TomasVotruba
22a55b85e1 fix sniff fro ChangeReadOnlyPropertyWithDefaultValueToConstantRector 2020-04-08 16:44:11 +02:00
TomasVotruba
d375cdc6f3 exclude public sniff config properties from privatization 2020-04-08 16:39:07 +02:00
TomasVotruba
e07df696b4 fix namespace 2020-04-08 16:35:46 +02:00
TomasVotruba
d654d07c13 fix PrivatizeLocalOnlyMethodRector for event subscriber methods 2020-04-08 16:19:53 +02:00
Jeroen Thora
4e5c09fbb6 Make sure doctrine alias rector works in symfony controllers 2020-04-07 13:31:41 +02:00
TomasVotruba
4c4e56b168 make use of isStaticCallNamed() 2020-04-05 00:52:49 +02:00
TomasVotruba
9a7bd481e0 fix conflicting class name 2020-04-05 00:34:30 +02:00
TomasVotruba
6291b39ffa add github action check 2020-04-04 22:39:34 +02:00
TomasVotruba
d29c4ede57 Add DoctrineAnnotationParserSyncer 2020-04-04 22:01:47 +02:00
TomasVotruba
593d19c786 cleanup 2020-04-03 13:24:44 +02:00
TomasVotruba
79f73d88f8 fix missing array key 2020-04-03 01:14:04 +02:00
TomasVotruba
17a90bb768 add test fixtures for #3125 2020-04-03 01:13:37 +02:00
TomasVotruba
c68b31f636 fix generics 2020-04-03 00:48:44 +02:00
TomasVotruba
a1e5ecd7c2 generics 2020-04-03 00:38:36 +02:00
TomasVotruba
cf28520234 improve performance of RemoveUnusedAliasRector by skipping un-aliases use 2020-04-02 12:12:45 +02:00
TomasVotruba
b3fde24ab1 [PHPUnit] Add AddProphecyTraitRector 2020-04-01 02:37:21 +02:00
TomasVotruba
5600cf8d4d move node adding to PostRector 2020-04-01 01:41:56 +02:00
TomasVotruba
38fbcb28e5 move name-importing to PostRector 2020-03-31 20:13:18 +02:00
TomasVotruba
629042eeb4 move NodeRemovingRector to collector 2020-03-31 19:34:56 +02:00
TomasVotruba
7f2aef3d7d clear commander from AbstractRector 2020-03-31 17:49:26 +02:00
TomasVotruba
a8da478d44 fix Safe\function conflicts 2020-03-31 17:46:04 +02:00
TomasVotruba
e1140cf920 remove rather useless tearDown() from AbstractRector 2020-03-31 16:08:11 +02:00
TomasVotruba
9a9f777513 [DeadCode] Add RemoveDeadRecursiveClassMethodRector 2020-03-31 15:17:42 +02:00
TomasVotruba
9466680a6d move constant privatization to privatization set 2020-03-29 20:02:47 +02:00
TomasVotruba
144f8cad12 apply rules 2020-03-29 19:09:04 +02:00