Commit Graph

16166 Commits

Author SHA1 Message Date
Tomas Votruba
708954a81f Updated Rector to commit 2694671fccfefc21daf1bd17353cd7d42b4af023
2694671fcc LocallyCalledStaticMethodToNonStaticRector with method args (#4233)
2023-06-14 15:32:20 +00:00
Tomas Votruba
12ed8d9e0a Updated Rector to commit 7753562da21cfa9e31560aedfd94f108fdbae673
7753562da2 [Naming] Remove parent lookup on PropertyRenameFactory (#4232)
2023-06-14 15:26:13 +00:00
Tomas Votruba
688a917dc7 Updated Rector to commit dfa6e776ea2e94e9535af72e14d94d6ec984361e
dfa6e776ea [CodeQuality] Reduce parent lookup for inside Closure BindTo on LocalPropertyAnalyzer (#4231)
2023-06-14 15:11:07 +00:00
Tomas Votruba
6380eb68ac Updated Rector to commit e55d6b32a785bd03635fffc9093e26e61e33d67c
e55d6b32a7 [CodeQuality] Reduce parent lookup for inside Closure Bind (#4230)
2023-06-14 14:59:42 +00:00
Tomas Votruba
80c1bd777e Updated Rector to commit 50abb40278c044835dbbbcd1f7aa105285b07b01
50abb40278 Remove removeNode() method from AbstractRector (#4225)
2023-06-14 14:55:24 +00:00
Tomas Votruba
a17063fb1b Updated Rector to commit fb327f2b85a05597b4505321887720febd99de3d
fb327f2b85 [NodeTypeResolver] Speed up Variable Variable in Assign detection (#4229)
2023-06-14 14:32:42 +00:00
Tomas Votruba
41a5192158 Updated Rector to commit fbacc52a08ba45caf4f4c655da11a2ed28a92dea
fbacc52a08 [NodeTypeResolver] Move Process Assign in different method on PHPStanNodeScopeResolver (#4228)
2023-06-14 14:21:17 +00:00
Tomas Votruba
4144428ff7 Updated Rector to commit 984f7f2f1481a00b96a20804586fb4da58497ac3
984f7f2f14 [CodeQuality] Handle crash on variable variable on OptionalParametersAfterRequiredRector (#4226)
2023-06-14 13:54:50 +00:00
Tomas Votruba
b49966e50a Updated Rector to commit 3ee05c04559a92489020e1da94f7817eff8270b0
3ee05c0455 fix for php 8.3 (#4224)
2023-06-14 11:44:13 +00:00
Tomas Votruba
11401dc1ab Rector 0.17.1 2023-06-14 09:05:33 +00:00
Tomas Votruba
f4f965b7ba Updated Rector to commit dac6b46cdbd4a7820d923af040d1f8627faced39
dac6b46cdb [Docblock] Ensure update Refactored php_doc_info after keep comments on ClassMethod on keep comments (#4221)
2023-06-14 05:36:12 +00:00
Tomas Votruba
3c126cf5a5 Updated Rector to commit e11e77f6c345558fa8f6593a26c2a3c012b8d581
e11e77f6c3 [Docblock] Ensure update Refactored php_doc_info after keep comments on ClassMethod on Property (#4220)
2023-06-14 05:18:28 +00:00
Tomas Votruba
cc9d836205 Updated Rector to commit 72f772294bc816daa7cba09fb512306fffda2ee3
72f772294b Use REMOVE_NODE constant from NodeTraverser (#4219)
2023-06-14 05:01:18 +00:00
Tomas Votruba
4c28e357ca Updated Rector to commit 20ec11e73d8998f9ad7533c8f179ee7be8e2abdf
20ec11e73d [Docblock] Move DocBlockUpdater service usage from AbstractRector to PhpDocTypeChanger (#4215)
2023-06-14 04:39:10 +00:00
Tomas Votruba
50725c3d53 Updated Rector to commit 255161870edc4a8bd94630863256caae38ca3bcd
255161870e misc
2023-06-13 19:20:08 +00:00
Tomas Votruba
1b592b08ec Updated Rector to commit c6acfe8108cfbabb7064ac6c4e1acba544b2b3b0
c6acfe8108 Rename fixture (#4217)
2023-06-13 17:39:08 +00:00
Tomas Votruba
73448ff21c Updated Rector to commit 883608be8a7fcade8b0cc78d74b26f17b690c189
883608be8a Remove tests/Issue/Downgrade* (#4216)
2023-06-13 17:29:47 +00:00
Tomas Votruba
594af984b5 Updated Rector to commit 5431047ba10053a1204866e9d33b3061f39a1b7d
5431047ba1 Remove tests/IssuesIssueDowngrade* as moved to rector-downgrade-php (#4214)
2023-06-13 16:40:06 +00:00
Tomas Votruba
5712e3dd40 Updated Rector to commit b4eb417407360b419e71eaa7609209a1597441e2
b4eb417407 Remove ReturnArrayClassMethodToYieldRector, add to PHPUnit Rector (#4213)
2023-06-13 16:24:24 +00:00
Tomas Votruba
914f995971 Updated Rector to commit fd3c90cb6434670821709fb556f42d55247c3024
fd3c90cb64 [Naming] Remove parent lookup on ParamRenameFactory (#4212)
2023-06-13 13:52:47 +00:00
Tomas Votruba
1890d4835a Updated Rector to commit 91cf7cc721c70ec8914c1bc4855a810bb85b640c
91cf7cc721 Remove CachedContainerBuilder (#4211)
2023-06-13 13:29:32 +00:00
Tomas Votruba
00783a90ea Updated Rector to commit 91cf7cc721c70ec8914c1bc4855a810bb85b640c
91cf7cc721 Remove CachedContainerBuilder (#4211)
2023-06-13 12:34:33 +00:00
Tomas Votruba
c7c077acb5 Updated Rector to commit d295fe5b4408ef1e3e3be152f3e04c53699cadb5
d295fe5b44 Increase kernel cache key (#4210)
2023-06-13 09:26:14 +00:00
Tomas Votruba
3719bec0c0 Updated Rector to commit d3a95b2fc177a4fe0ecfeb095e2c9a3b059c972d
d3a95b2fc1 [DeadCode] Remove Assign and AssignRef as node types on RemoveNonExistingVarAnnotationRector (#4209)
2023-06-13 01:47:53 +00:00
Tomas Votruba
d3744158b9 Updated Rector to commit 0adda9c2d86f49949242604d6f45311724175d36
0adda9c2d8 [TypeDeclaration] Remove parent lookup on TrustedClassMethodPropertyTypeInferer (#4207)
2023-06-12 21:57:31 +00:00
Tomas Votruba
c1782af768 Updated Rector to commit 0a36378788fcf58a41deecab7fb9b3228f077264
0a36378788 [DeadCode] Remove parent lookup on ControllerClassMethodManipulator (#4204)
2023-06-12 20:11:25 +00:00
Tomas Votruba
65638434b2 Updated Rector to commit b56b0c2febafe7ab07b187faa9b315f810cac0ae
b56b0c2feb [TypeDeclaration] Remove findParentType() on SilentVoidResolver (#4203)
2023-06-12 19:14:15 +00:00
Tomas Votruba
7210e20035 Updated Rector to commit b56b0c2febafe7ab07b187faa9b315f810cac0ae
b56b0c2feb [TypeDeclaration] Remove findParentType() on SilentVoidResolver (#4203)
2023-06-12 19:05:59 +00:00
Tomas Votruba
e7a63a8730 Updated Rector to commit b56b0c2febafe7ab07b187faa9b315f810cac0ae
b56b0c2feb [TypeDeclaration] Remove findParentType() on SilentVoidResolver (#4203)
2023-06-12 18:55:06 +00:00
Tomas Votruba
28ddc5c0c4 Updated Rector to commit b56b0c2febafe7ab07b187faa9b315f810cac0ae
b56b0c2feb [TypeDeclaration] Remove findParentType() on SilentVoidResolver (#4203)
2023-06-12 18:32:15 +00:00
Tomas Votruba
adf2c53a99 Updated Rector to commit d90d3210e4ccd796347f947ba822705f23457c8c
d90d3210e4 [NodeTypeResolver] Remove findParentType() on PropertyFetchTypeResolver (#4202)
2023-06-12 18:22:47 +00:00
Tomas Votruba
bb950fe64d Updated Rector to commit 58047d4091da07f2c221916be58d6bfefc027a43
58047d4091 [PostRector] Remove findParentType() on UseAddingPostRector (#4201)
2023-06-12 18:08:32 +00:00
Tomas Votruba
028c9db904 Updated Rector to commit 8c25c541a7625f363e58c5e09cf5712f0714fccd
8c25c541a7 [Renaming] Handle crash in trait use on RenameClassRector (#4196)
2023-06-12 16:36:44 +00:00
Tomas Votruba
44175be035 Updated Rector to commit c0aa1c28815799b0744977f40c09a8197db7d4b4
c0aa1c2881 [NodeTypeResolver] Remove findParentType() on ClassMethodOrClassConstTypeResolver (#4198)
2023-06-12 16:35:17 +00:00
Tomas Votruba
9f92344062 Updated Rector to commit ccd9d7469a875a121485ab0fed65446428ce9246
ccd9d7469a  [StaticTypeMapper] Remove findParentType() on IdentifierTypeMapper  (#4197)
2023-06-12 16:18:07 +00:00
Tomas Votruba
e0e5e359fa Updated Rector to commit 9587bed94e457c8d3255fc8de3fb70fb6261a8dc
9587bed94e Remove BetterNodeFinder::findLastInstanceOf() as unused + make resolvePreviousNode() private, as used only locally (#4195)
2023-06-12 12:07:07 +00:00
Tomas Votruba
887ce448ac Updated Rector to commit a86eb69c59af5dd1e3ea3b7ab994b017dcccd6b4
a86eb69c59 Move PreferThisOrSelfMethodCallRector to PHPUnit rector package, to handle exact cases (#4194)
2023-06-12 11:51:15 +00:00
Tomas Votruba
c3f48d13e3 Updated Rector to commit ca08d86e3900556b2f389e4d983489535c21fdd7
ca08d86e39 Make use of Class_, Interface_ (#4193)
2023-06-12 11:13:09 +00:00
Tomas Votruba
ff28aaca4c Updated Rector to commit 21f8014b30f4a4230f787ca1698a2c53d6d5f18a
21f8014b30 [DI] Autowire annotation to attribute mapper via tags (#4190)
2023-06-12 10:45:32 +00:00
Tomas Votruba
1b3ee4f289 Updated Rector to commit 7a61135453ff9fa595966f0265cb2a3c28c13656
7a61135453 [CodeQuality] Remove direct return STOP_TRAVERSAL on SetTypeToCastRector (#4187)
2023-06-12 10:13:36 +00:00
Tomas Votruba
f440a692d3 Updated Rector to commit 7a61135453ff9fa595966f0265cb2a3c28c13656
7a61135453 [CodeQuality] Remove direct return STOP_TRAVERSAL on SetTypeToCastRector (#4187)
2023-06-12 09:19:31 +00:00
Tomas Votruba
9434de01cc Updated Rector to commit 5612c7f86c18379ccd927bba33bca524f94f0759
5612c7f86c [Php71] Remove direct return STOP_TRAVERSAL on CountOnNullRector (#4189)
2023-06-12 09:19:13 +00:00
Tomas Votruba
f45714304b Updated Rector to commit a9efd7240e38596d09eedbea3670ee20e32e0d1f
a9efd7240e [DeadCode] Remove direct return STOP_TRAVERSAL on RemoveDeadInstanceOfRector (#4188)
2023-06-12 09:17:29 +00:00
Tomas Votruba
a6399d5acf Updated Rector to commit 914171511561fab6062f5df923b12c276725c0b5
9141715115 Add failing test case for STOP_TRAVERSAL directly on refactor (#4185)
2023-06-12 00:49:37 +00:00
Tomas Votruba
a10a55f5b9 Updated Rector to commit 69689c705ac2ae72961864a25332f213721983a4
69689c705a cs
2023-06-12 00:13:24 +00:00
Tomas Votruba
4f6d168ff6 Updated Rector to commit 556e2f2b2e7b7e8339e6bf8e40a81f2fee179c82
556e2f2b2e make scoper work with prefixed and instanceof classes in symfony di compiler
2023-06-12 00:02:46 +00:00
Tomas Votruba
f5d1aaae41 Updated Rector to commit d7344683b7e5f9000f175f023d1e5af85f6571b7
d7344683b7 remove AutowireArrayParameterCompilerPass
2023-06-11 23:45:23 +00:00
Tomas Votruba
57b6546504 Updated Rector to commit 4e02f78d6b8352fd24afc670f285453468742c3f
4e02f78d6b temporarily exclude autowire, to skip throws
2023-06-11 23:42:32 +00:00
Tomas Votruba
0bd97bc048 Updated Rector to commit 7f7ebef0b14bb356151c5a8ddffd30a0bcc6f9fd
7f7ebef0b1 analyze enum match again
2023-06-11 23:27:52 +00:00
Tomas Votruba
4ec7e4865b Updated Rector to commit a8922f7431c9c9188be501107ee7819e0130da4c
a8922f7431 skip temporarily match + throws downagrade in symfony/console, very unlikely to run
2023-06-11 23:26:00 +00:00