Tomas Votruba
|
a23b777a9a
|
Updated Rector to commit 3a96b9097d6fbc29085210f2d85dd5d95755ef31
3a96b9097d [DeadCode] Skip fluent return on RemoveEmptyMethodCallRector (#521)
|
2021-07-27 11:16:44 +00:00 |
|
Tomas Votruba
|
c231e32779
|
Updated Rector to commit eb91c61b9537167d6e07a08eae8874ad2c294f5d
eb91c61b95 [Config] Clean up rector.php config (#514)
|
2021-07-26 09:06:10 +00:00 |
|
Tomas Votruba
|
c4c84e0db7
|
Updated Rector to commit 34fff11f804db752790ca22c7fd5e69bbf51f037
34fff11f80 Remove deprecated addConstructorDependencyToClass() from AbstractRector class, use PropertyToAddCollector directly instaed (#506)
|
2021-07-25 11:42:11 +00:00 |
|
Tomas Votruba
|
4a70b89e41
|
Updated Rector to commit 4456c4690bbe679448a02e20ebc521b1fa9b6b48
4456c4690b extend AutowiredClassMethodAnalyzer with property
|
2021-07-25 07:47:04 +00:00 |
|
Tomas Votruba
|
4c03335bdf
|
Updated Rector to commit 771a3390b05887e1ff9443cb8b697b3a7455b4ca
771a3390b0 [TypeDeclaration] Handle simple class name as string for non-native class (#501)
|
2021-07-24 11:53:32 +00:00 |
|
Tomas Votruba
|
27e4e06416
|
Updated Rector to commit 5967ffa2674cda52c5487be141a0b5297e913035
5967ffa267 Fix along other packages gha (#492)
|
2021-07-23 06:16:10 +00:00 |
|
Tomas Votruba
|
de7dc26c17
|
Updated Rector to commit 0f9dd92f6c206568dbeb948f98355ecaaff3d205
0f9dd92f6c Fix ClassPropertyAssignToConstructorPromotionRector to skip properties that have attributes (#468)
|
2021-07-22 17:17:29 +00:00 |
|
Tomas Votruba
|
29db7ec980
|
Updated Rector to commit 1747d9899af2115e6aa0af488a106b3abc8ea413
1747d9899a [DeadCode] Skip next used as variable variable on RemoveUnusedVariableAssignRector (#486)
|
2021-07-22 14:50:45 +00:00 |
|
Tomas Votruba
|
1127b0c4e2
|
Updated Rector to commit bc9d2d48d5c7bd9fe011377e46b0dca464c8dceb
bc9d2d48d5 [DX] Add MissedRectorDueVersionChecker (#465)
|
2021-07-21 09:35:57 +00:00 |
|
Tomas Votruba
|
7483b5a016
|
Updated Rector to commit 692e9e3db43bf4786fcd8fd7980ff6b239344620
692e9e3db4 Rector 7.0 Native init steps (#475)
|
2021-07-21 08:41:12 +00:00 |
|
Tomas Votruba
|
9e4b848150
|
Updated Rector to commit 48ccb539d49aede106e02c5a855b51f8548f3c07
48ccb539d4 [DeadCode] Handle null start token position attribute in NodeByTypeAndPositionCollector (#469)
|
2021-07-20 14:23:43 +00:00 |
|
Tomas Votruba
|
cad500c817
|
Updated Rector to commit 0d3e54357f39cef2be8581d78596be1a9e252313
0d3e54357f extract VendorLocationDetector (#462)
|
2021-07-19 20:57:26 +00:00 |
|
Tomas Votruba
|
0ead874fad
|
Updated Rector to commit 75c06eab69f50725add0c315bc6dfaf4a7b2f5c5
75c06eab69 Fix match static method name in annotation (#446)
|
2021-07-19 05:06:26 +00:00 |
|
Tomas Votruba
|
d77b300a95
|
Updated Rector to commit 2fc18bd2c0f1a0f5a3183e9115abd597e87f2241
2fc18bd2c0 [Rectify] Manual twice run rector against rules directory (#448)
|
2021-07-18 02:11:18 +00:00 |
|
Tomas Votruba
|
e3f781999f
|
Updated Rector to commit 2a28758894a0a5668f6d369714c5d731737ec6fd
2a28758894 [Core] Fix --no-progress-bar option not applied (#447)
|
2021-07-17 03:01:09 +00:00 |
|
Tomas Votruba
|
cc15e42d73
|
Updated Rector to commit a0f2ad97896e7b0afc830e0f51c89679948dd2be
a0f2ad9789 [Privatization] Skip ChangeGlobalVariablesToPropertiesRector on read only global variable (#442)
|
2021-07-16 09:16:38 +00:00 |
|
Tomas Votruba
|
81db79d69e
|
Updated Rector to commit b2c0a05d56fafa8c2690261e28aa515163f5c7eb
b2c0a05d56 [DeadCode] Skip RemoveAssignOfVoidReturnFunctionRector on used in next statement (#434)
|
2021-07-15 23:10:57 +00:00 |
|
Tomas Votruba
|
816016aac7
|
Updated Rector to commit 294bea2d1850fb65aca43119b7692932846f2d86
294bea2d18 [FileProcessor] Run untill the file is fixed completelly (#432)
|
2021-07-15 03:40:51 +00:00 |
|
Tomas Votruba
|
68e641029b
|
Updated Rector to commit 4f2d2d12ddfc2cebe4511c7de381bfb861afdc4a
4f2d2d12dd [DeadCode] Skip RemoveUnusedNonEmptyArrayBeforeForeachRector on array param has default null (#433)
|
2021-07-14 07:23:54 +00:00 |
|
Tomas Votruba
|
25ec6cc541
|
Updated Rector to commit b6039d71e8f7277eff140f286392eec6551860bd
b6039d71e8 Update TokenGetAllToObjectRector to use the correct method name (#431)
|
2021-07-13 11:12:27 +00:00 |
|
Tomas Votruba
|
adc6b8148a
|
Updated Rector to commit f7eeebaa7bdb96a6bc7311b1fa4a4e8a19789b35
f7eeebaa7b [DeadCode] Fix non-null type check on RemoveUnusedNonEmptyArrayBeforeForeachRector (#430)
|
2021-07-13 05:50:47 +00:00 |
|
Tomas Votruba
|
266714f50f
|
Updated Rector to commit 7bb957dd100b02f2380e3bf85f36bf27fb3628fb
7bb957dd10 [Php80] Handle Default value from previous switch for ChangeSwitchToMatchRector (#429)
|
2021-07-12 08:29:31 +00:00 |
|
Tomas Votruba
|
e3fb3c2b29
|
Updated Rector to commit f17c388cd85d329ab455e6962e65c45527d6687e
f17c388cd8 [Downgrade PHP 8] Register DowngradePhpTokenRector to downgrade-php80 config set (#427)
|
2021-07-12 08:29:17 +00:00 |
|
Tomas Votruba
|
55c47b9663
|
Updated Rector to commit d08a87f692fcea45633084a12889324a19da49d8
d08a87f692 added promoted property test for annotation to attribute rule (#425)
|
2021-07-12 08:28:11 +00:00 |
|
Tomas Votruba
|
f3645ab6a9
|
Updated Rector to commit fb9ad83c32770022a3816ee06c88d92cd84dc322
fb9ad83c32 [CodeQuality] Skip InlineIfToExplicitIfRector on constant definition (#422)
|
2021-07-11 15:30:37 +00:00 |
|
Tomas Votruba
|
54dcc7b361
|
Updated Rector to commit a49c8612af4d99e6ab0b41db60d3829c81110b54
a49c8612af [Downgrade PHP 8.0] Fix DowngradeNullsafeToTernaryOperatorRector for trait (#412)
|
2021-07-10 00:43:27 +00:00 |
|
Tomas Votruba
|
8883574049
|
Updated Rector to commit 6f1f047087a496a41745c1ea994273e3bc8dcdb4
6f1f047087 add RenameParamValueObjectInterface to trusted downgrade widening types
|
2021-07-09 23:00:32 +00:00 |
|
Tomas Votruba
|
34e62d7fc4
|
Updated Rector to commit c1d18043fe96e67a0ce4676c9a1eea7e54ae1a91
c1d18043fe Avoid attr groups override (#408)
|
2021-07-08 16:33:18 +00:00 |
|
Tomas Votruba
|
4e9b6ff030
|
Updated Rector to commit 0293296974e49555d5f6f28d65d0df704f5d6706
0293296974 extract UseImportNameMatcher (#407)
|
2021-07-08 15:57:28 +00:00 |
|
Tomas Votruba
|
4f5c3f4a02
|
Updated Rector to commit 0c709dfac727d7ea9b8d121a20daec17ebc0b1cb
0c709dfac7 Refactor node removing to phpdoc node traverser (#405)
|
2021-07-08 15:36:45 +00:00 |
|
Tomas Votruba
|
c3d5e6fe7b
|
Updated Rector to commit e0660247021b4a6030a9786510259dbcee1c7564
e066024702 [PHP 8.0] Add annotation removal in case of nested (#403)
|
2021-07-08 12:36:20 +00:00 |
|
Tomas Votruba
|
207c620c29
|
Updated Rector to commit 311a96fbf8a6f71faee4620db786669c76bbf015
311a96fbf8 bump php-parser to 4.11, phpstan to 0.12.91 (#402)
|
2021-07-08 00:06:13 +00:00 |
|
Tomas Votruba
|
85f7b6113a
|
Updated Rector to commit d5cd2bcc356ef008b82ba6502fbe6c8de4efc8d3
d5cd2bcc35 [Php80] feat: str_ends_with with hardcoded string (#399)
|
2021-07-07 14:26:24 +00:00 |
|
Tomas Votruba
|
09e84aa431
|
Updated Rector to commit 20153a915bbbbd665084f44f725a10fc8c6b778f
20153a915b [TypeDeclaration] Skip mixed union return on ReturnTypeDeclarationRector (#393)
|
2021-07-07 00:20:29 +00:00 |
|
Tomas Votruba
|
8a32b5f563
|
Updated Rector to commit 150da023db4a54a72f1a8225dba52754c5295cf3
150da023db include standalone traits in downgrade too
|
2021-07-06 08:19:07 +00:00 |
|
Tomas Votruba
|
96112cb1f0
|
Updated Rector to commit 2da49992ccc8e6d4b20e92a5833316d381921391
2da49992cc [Downgrade] [PHP 7.2] Make DowngradeParameterTypeWideningRector always downgrade to phpdoc type (#390)
|
2021-07-05 22:50:18 +00:00 |
|
Tomas Votruba
|
a79e6f56df
|
Updated Rector to commit ff1ad31d6a1d327542ef2326a84b71554856b9ef
ff1ad31d6a [PHP 7.2] Refactor DowngradeParameterTypeWideningRector to class method (#380)
|
2021-07-05 07:47:59 +00:00 |
|
Tomas Votruba
|
4333c09758
|
Updated Rector to commit dfbbb02dec1ee271ee4da600a93a430178d1f9d2
dfbbb02dec [PHP 8.0] Fix DowngradeNamedArgumentRector named arguments (#373)
|
2021-07-04 13:13:54 +00:00 |
|
Tomas Votruba
|
ec097d0fda
|
Updated Rector to commit 9907e913af6ed37ec8b00273caf91a29a02263ad
9907e913af bump to fixed ECS
|
2021-07-03 10:57:19 +00:00 |
|
Tomas Votruba
|
e3c7d5c703
|
Updated Rector to commit 2a0cae550788d85e58b1b603899c121e5df519b8
2a0cae5507 Make progress bar reflect number of processed files + process file by file in series (#362)
|
2021-07-02 20:55:14 +00:00 |
|
Tomas Votruba
|
1b48b9cb41
|
Updated Rector to commit 9b92c6ee0cbc0bac64001d348952076ebb83c411
9b92c6ee0c [AnnotationToAttributeRector] Skip unwrap symfony nested validators (#361)
|
2021-07-02 12:11:47 +00:00 |
|
Tomas Votruba
|
79df1ed831
|
Updated Rector to commit 6238705e938a643cb84e0b4275cb682d26307975
6238705e93 mics
|
2021-07-02 00:08:09 +00:00 |
|
Tomas Votruba
|
08dc46e6d9
|
Updated Rector to commit 1f17cbafe73911b47d6efc6ad4b1e5ab6b5a0413
1f17cbafe7 use traversing directly
|
2021-07-01 23:51:20 +00:00 |
|
Tomas Votruba
|
7f55328e3b
|
Updated Rector to commit 3966aa0770f0ad31b990ddb1c4cd9c12a0d14ae3
3966aa0770 Improve PhpDocNodeTraverser (#356)
|
2021-07-01 16:34:59 +00:00 |
|
Tomas Votruba
|
e1c9363b78
|
Updated Rector to commit 241b36d9d92f5e5bfd1ea29692e1386d58335865
241b36d9d9 add bridge between node traveser and foreach (#355)
|
2021-07-01 16:12:49 +00:00 |
|
Tomas Votruba
|
1cea5467e7
|
Updated Rector to commit f2822532dd4ac00a7e3a9f7002107fe5353c79b7
f2822532dd Cleanup (#354)
|
2021-07-01 15:49:49 +00:00 |
|
Tomas Votruba
|
1666838b21
|
Updated Rector to commit 9575dd2231f38d6dd04606e53c51919527c9333c
9575dd2231 [CodingStyle] Skip indirect version number on VersionCompareFuncCallToConstantRector (#344)
|
2021-07-01 08:50:15 +00:00 |
|
Tomas Votruba
|
13bedd1bf5
|
Updated Rector to commit 8733e7335f381c3b426f01d0fa3f24f18522cf8e
8733e7335f [PHP 8.0] Add support for nested annotation to attributes (#342)
|
2021-06-30 21:52:31 +00:00 |
|
Tomas Votruba
|
ecda10a711
|
Updated Rector to commit 4c4049217a62b4e2b7e0cce84598401776f4e90d
4c4049217a skip class const fetch in object type (#341)
|
2021-06-30 15:42:45 +00:00 |
|
Tomas Votruba
|
491439eed7
|
Rector 0.11.30
|
2021-06-30 14:48:01 +00:00 |
|