Tomas Votruba
|
aae549741f
|
Updated Rector to commit 0cb3fd0feb464b4568e07607a05c794637aa2862
0cb3fd0feb [Php73] Handle crash Type Error on JsonThrowOnErrorRector (#4626)
|
2023-08-01 10:55:14 +00:00 |
|
Tomas Votruba
|
78e7a43276
|
Updated Rector to commit 881d0b7e85f96a03c96fe9bb0ebad2fda8a71b8f
881d0b7e85 [PHPStanStaticTypeMapper] Handle crash on DowngradeMixedTypeDeclarationRector for PHPStan\Type\ConditionalType (#4625)
|
2023-07-31 14:21:36 +00:00 |
|
Tomas Votruba
|
1d52a6cf83
|
Updated Rector to commit 682df75fc015d0f267780ec5363aa74f82dba58b
682df75fc0 [CodingStyle][Namespace_] Support constant imports (#4612)
|
2023-07-28 13:10:47 +00:00 |
|
Tomas Votruba
|
4082c75546
|
Updated Rector to commit db03c60a5725e8f82d6b800c4745bc259ee470ac
db03c60a57 [Php81] Fix regression skip call by ref on ReadOnlyPropertyRector on non __construct method (#4614)
|
2023-07-27 09:43:37 +00:00 |
|
Tomas Votruba
|
7287327bed
|
Updated Rector to commit 729f03b6e9abccb7c4d7a4515e4dfed61e725e71
729f03b6e9 [DX] Testing ECS 12.0 (#4604)
|
2023-07-25 15:50:29 +00:00 |
|
Tomas Votruba
|
294fd68b81
|
Updated Rector to commit ba04cef4f0aed1b1bda356cc9207bb108bd97657
ba04cef4f0 Reduce ConstExprClassNameDecorator overhead (#4603)
|
2023-07-25 14:46:15 +00:00 |
|
Tomas Votruba
|
f265ebd38b
|
Updated Rector to commit 3c82c6e9ac05760468a1b21f710da553efba70ad
3c82c6e9ac [PHPStanStaticTypeMapper] Fix IntersectionTypeMapper to make ObjectType have FQCN (#4598)
|
2023-07-25 09:44:39 +00:00 |
|
Tomas Votruba
|
6b34dc7b02
|
Updated Rector to commit 7a86df00a85e32e843cdbc609226ff8259896d90
7a86df00a8 [PHPStanStaticTypeMapper] Make use of toPhpDocNode() on ObjectTypeMapper (#4581)
|
2023-07-25 09:11:44 +00:00 |
|
Tomas Votruba
|
5a842dbce3
|
Updated Rector to commit c1e03db126ca74dc518aa4a0c9a04715e7f1cd44
c1e03db126 [cs] Re-run ECS dev version to try out regression (#4595)
|
2023-07-25 08:52:39 +00:00 |
|
Tomas Votruba
|
d7e7f1eba1
|
Updated Rector to commit fcc32e5b0d7bb1314dc09a92fb9eeedc31295c51
fcc32e5b0d Bump to phpdoc-parser 1.23 and fill construct() attributes (#4590)
|
2023-07-24 14:31:01 +00:00 |
|
Tomas Votruba
|
f2d74dd860
|
Updated Rector to commit 578d6372a2e2028f52e4635f6e321b690c1e383b
578d6372a2 [PHPStanStaticTypeMapper] FQCN for Closure type mapper (#4584)
|
2023-07-23 23:31:30 +00:00 |
|
Tomas Votruba
|
94b97948c5
|
Updated Rector to commit 079cd5116ab16585e9b656ad7cd6eef8417137ef
079cd5116a cs
|
2023-07-23 16:22:04 +00:00 |
|
Tomas Votruba
|
6ce5f37b28
|
Updated Rector to commit 2afa47cd68086b61cb2363bcfb5553eb8767b50c
2afa47cd68 [StaticTypeMapper] Remove standalone false handling on StaticTypeMapper (#4582)
|
2023-07-23 16:14:28 +00:00 |
|
Tomas Votruba
|
f955a2ddf9
|
Updated Rector to commit 07934c889213adc8a63a4db60b23575440da30c9
07934c8892 [PHPStanStaticTypeMapper] Remove manual type check on PHPStanStaticTypeMapper (#4583)
|
2023-07-23 16:13:59 +00:00 |
|
Tomas Votruba
|
1191015c78
|
Updated Rector to commit a8ae2d8c2a92536f95a70dc99eaebb01168c4a6f
a8ae2d8c2a implemented TypedPropertyFromStrictConstructorReadonlyClassRector (#4552)
|
2023-07-23 16:12:36 +00:00 |
|
Tomas Votruba
|
9e3dde0cb2
|
Updated Rector to commit a7cd7eda65894aea11ca012cac8ea4a29fb0a051
a7cd7eda65 [EarlyReturn] Handle multiple statements in else in ChangeIfElseValueAssignToEarlyReturnRector (#4580)
|
2023-07-22 13:10:50 +00:00 |
|
Tomas Votruba
|
174847774d
|
Updated Rector to commit c94645b3ab7debe9c00531597c1b896080a2cf9d
c94645b3ab [Performance] [PostRector] Reduce repetitive resolve uses statements on NameImportingPostRector (#4579)
|
2023-07-22 10:56:32 +00:00 |
|
Tomas Votruba
|
a45078fe96
|
Updated Rector to commit 4882807e5be5c2fc04079d387e49e44c694a6492
4882807e5b [Performance][BetterPhpDocParser] Remove unused ConstExprNode check on ConstExprClassNameDecorator (#4578)
|
2023-07-22 01:36:39 +00:00 |
|
Tomas Votruba
|
2393cef9e8
|
Updated Rector to commit b49a243e03f3d89b92c8026548e1533e3017e3aa
b49a243e03 Fix array mapping (#4576)
|
2023-07-21 21:34:39 +00:00 |
|
Tomas Votruba
|
e785af2045
|
Updated Rector to commit cf1d254200cd2d456b701e201c625c8245e123d7
cf1d254200 Make use of toPhpDocNode() - take #11 (#4574)
|
2023-07-21 21:26:11 +00:00 |
|
Tomas Votruba
|
ddde48c977
|
Updated Rector to commit 3ff83e52db13fd98dcde85b1d2d53f7db80b875b
3ff83e52db Make use of toPhpDocNode() - take #9 (#4572)
|
2023-07-21 14:25:32 +00:00 |
|
Tomas Votruba
|
06ce8e9fc4
|
Updated Rector to commit 6cd3eecc07d3321f76235c7a07a765e510157af6
6cd3eecc07 Make use of toPhpDocNode() - take #8 (#4570)
|
2023-07-21 14:16:11 +00:00 |
|
Tomas Votruba
|
773600ee65
|
Updated Rector to commit 09fe7f5c1ebe6b6eacddc9765284dce921bd9191
09fe7f5c1e [TypeDeclaration] Deprecate ArrayShapeFromConstantArrayReturnRector as uses docblocks that we move away from since 0.15 (#4571)
|
2023-07-21 14:06:17 +00:00 |
|
Tomas Votruba
|
1721b7d304
|
Updated Rector to commit bff797fe086caa492f421e74370add4ca78fd191
bff797fe08 Make use of toPhpDocNode() - take #6 (#4568)
|
2023-07-21 11:23:59 +00:00 |
|
Tomas Votruba
|
62fb16f0e0
|
Updated Rector to commit 2e0ce286cb84cc202d17b293de3d59f89b9c4112
2e0ce286cb Make use of toPhpDocNode() - take #5 (#4567)
|
2023-07-21 11:06:18 +00:00 |
|
Tomas Votruba
|
2225eba547
|
Updated Rector to commit efce1c7da2937d77c41a842c64beea88c5336bbe
efce1c7da2 StaticMapper: added fast path for IdentifierTypeNode (#4565)
|
2023-07-21 10:14:48 +00:00 |
|
Tomas Votruba
|
781ecd4a06
|
Updated Rector to commit 2faa19f25fc05b98515b280d38241d688909511b
2faa19f25f [Performance][PostRector] Remove alias exists check on NameImporter called from NameImportingPostRector (#4564)
|
2023-07-21 08:39:06 +00:00 |
|
Tomas Votruba
|
4077cf0585
|
Updated Rector to commit d17ef04059a72836772e44bd9664ee64fbc1f3c0
d17ef04059 NameImportingPhpDocNodeVisitor: Cheap checks first (#4563)
|
2023-07-21 08:12:46 +00:00 |
|
Tomas Votruba
|
7f18bf8c29
|
Updated Rector to commit ff74e1000b87a53131af5957b69a635f6040ccc1
ff74e1000b Prevent unnecessary scope creation (#4562)
|
2023-07-21 07:30:10 +00:00 |
|
Tomas Votruba
|
ad6f93a19d
|
Updated Rector to commit 1411c048b31beeb040986e1c553d3508b17b4a31
1411c048b3 [CodeQuality] Skip pull property from inner class on CompleteDynamicPropertiesRector (#4561)
|
2023-07-20 23:57:52 +00:00 |
|
Tomas Votruba
|
03ebf9676c
|
Updated Rector to commit ef6aa9efa5392f2b799d0c5cb38205ee9c119a75
ef6aa9efa5 Make use of toPhpDocNode() - take #4 (#4559)
|
2023-07-20 22:19:40 +00:00 |
|
Tomas Votruba
|
b74932fd33
|
Updated Rector to commit 1ed4cf9c87b9898148161af76fec9274083d9a27
1ed4cf9c87 Make use of toPhpDocNode() - take #3 (#4557)
|
2023-07-20 21:57:01 +00:00 |
|
Tomas Votruba
|
a40539cb31
|
Updated Rector to commit f403ca026144fc810918f6eb6178ea88f16c0641
f403ca0261 [Performance] [PostRector] Only check phpdocinfo on Stmt and Param on NameImportingPostRector (#4558)
|
2023-07-20 21:10:17 +00:00 |
|
Tomas Votruba
|
26ecf7bcdf
|
Updated Rector to commit e90812c07277304a4b57b62058f6d61ce9a11833
e90812c072 Make use of toPhpDocNode() - take #2 (#4555)
|
2023-07-20 20:15:24 +00:00 |
|
Tomas Votruba
|
12f401a463
|
Updated Rector to commit a2c12ab0db6bb7d6207ea5a5c63ef5e6426cf0f0
a2c12ab0db Bump to PHPStan 1.10.26 (#4546)
|
2023-07-20 05:58:46 +00:00 |
|
Tomas Votruba
|
b9ed01d3be
|
Updated Rector to commit 972d7607f1c4ab8b733b91d7aa5020ce1b143538
972d7607f1 [Application] Merge process files on both parallel and non-parallel process (#4523)
|
2023-07-19 10:53:43 +00:00 |
|
Tomas Votruba
|
8d3877fbc0
|
Updated Rector to commit 6e12886d2444da1471112c2d155fdaaa09ce3d41
6e12886d24 [Scope] Pull Scope from Node instead of origNode on Abstract*Rector take 2 (#4538)
|
2023-07-19 10:44:22 +00:00 |
|
Tomas Votruba
|
9965650f0e
|
Updated Rector to commit e77f6d21a97319f57f11a7e6eae9b583fe425c1e
e77f6d21a9 [ApplicationFileProcessor] Refactor ApplicationFileProcessor to filter file paths early before run both parallel and non-parallel (#4519)
|
2023-07-15 00:49:23 +00:00 |
|
Tomas Votruba
|
d67f0e438d
|
Updated Rector to commit 9217e0da232258fecb049c6a08d165ebe70aa36b
9217e0da23 [ChangesReporting] Reuse defined errors vairable on ConsoleOutputFormatter (#4517)
|
2023-07-14 20:08:01 +00:00 |
|
Tomas Votruba
|
3da291ebaf
|
Updated Rector to commit d41685daa403a71dd3cd78fce5205a2a3048cba4
d41685daa4 [DX] Show progress bar 100% on RectorConsoleOutputFormatter::report() (#4516)
|
2023-07-14 19:51:55 +00:00 |
|
Tomas Votruba
|
51814c6825
|
Updated Rector to commit f5820a0b5f742d725cd5fde4af48b2538b0e9541
f5820a0b5f [Performance] Use filtered filePaths from ApplicationFileProcessor::configurePHPStanNodeScopeResolver on WorkerRunner::run() (#4513)
|
2023-07-14 18:35:37 +00:00 |
|
Tomas Votruba
|
f566e4f4b4
|
Updated Rector to commit f33da13f566d733549bce0a1173cca8433b7ef05
f33da13f56 Support final methods in ClassMethodReturnTypeOverrideGuard (#4509)
|
2023-07-14 13:31:54 +00:00 |
|
Tomas Votruba
|
ea78b6c7c5
|
Updated Rector to commit a12242df2ad756d59d6f214b3f727dedc0598704
a12242df2a [AstResolver][Performance] Remove unnecessary double File read on AstResolver::parseFileNameToDecoratedNodes() (#4508)
|
2023-07-13 18:08:47 +00:00 |
|
Tomas Votruba
|
4da4f21668
|
Updated Rector to commit 8537bbd52a5b9d8aa619326b750df6dcb1b30f32
8537bbd52a [DeadCode] Skip append += assignment on RemoveUnusedPrivatePropertyRector (#4506)
|
2023-07-13 15:37:09 +00:00 |
|
Tomas Votruba
|
0a29dbd455
|
Updated Rector to commit 398baa2c6aa2af11d0a391bd0d2a71dfb71eebcf
398baa2c6a [CI] Add doctrine rules in set check (#4505)
|
2023-07-13 13:50:29 +00:00 |
|
Tomas Votruba
|
10b083fee2
|
Updated Rector to commit 295a01c49f086ab6c442f4287d0dded308cc8a6e
295a01c49f [NodeTypeResolver] Remove nestedChainMethodCallLimit() for deep method call counter check (#4504)
|
2023-07-13 12:47:15 +00:00 |
|
Tomas Votruba
|
c91f8a31e9
|
Updated Rector to commit acfb19cac07b3002b66c47bf145898ed8a4b3ee9
acfb19cac0 [NodeTypeResolver] Remove AttributeKey::IS_ISSET_VAR from ContextNodeVisitor (#4503)
|
2023-07-13 12:32:48 +00:00 |
|
Tomas Votruba
|
abc02d7405
|
Updated Rector to commit 898d599f519a0656edad257da6e8008ff1e7260b
898d599f51 [NodeTypeResolver] Remove AttributeKey::IS_RETURN_EXPR from ContextNodeVisitor (#4502)
|
2023-07-13 12:25:49 +00:00 |
|
Tomas Votruba
|
78bf7df696
|
Updated Rector to commit 54826059d1d559be54053bac1913c8eb6940fdb8
54826059d1 Cleanup RecastingRemovalRector tests (#4498)
|
2023-07-13 10:16:17 +00:00 |
|
Tomas Votruba
|
a2178d82dc
|
Updated Rector to commit 9e9a314b23fa9f217c236412591c4cb9ad94edf5
9e9a314b23 [NodeTypeResolver] Remove unused AttributeKey::INSIDE_ARRAY_ITEM on ContextNodeVisitor (#4496)
|
2023-07-12 22:16:31 +00:00 |
|