Tomas Votruba
|
1044a9f5fe
|
Updated Rector to commit db4ec0218f0ad9670790d5725c98bbb34120a97e
db4ec0218f [TypeDeclaration] Handle nullable intersection on TypedPropertyFromAssignsRector (#3372)
|
2023-02-12 17:34:35 +00:00 |
|
Tomas Votruba
|
66cc09e8b6
|
Updated Rector to commit d118ae38e265476684bcf566b87301cca5716ed9
d118ae38e2 Use phpstan-deprecation-rules (#3330)
|
2023-02-02 09:24:12 +00:00 |
|
Tomas Votruba
|
827c456b07
|
Updated Rector to commit fe7ed4fb9a4ed31a13f70ee9e6595552aecb0f58
fe7ed4fb9a Skip attribute in RemoveUnusedPromotedPropertyRector (#3280)
|
2023-01-13 19:41:09 +00:00 |
|
Tomas Votruba
|
0fc42c2559
|
Updated Rector to commit 47fa234379b7b9f28081e8bc6e683628f8d53f2b
47fa234379 [CodeQuality] Add Variable support on class arg on InlineIsAInstanceOfRector (#3261)
|
2023-01-02 11:58:30 +00:00 |
|
Tomas Votruba
|
764b0a2692
|
Updated Rector to commit cb5b01223d46272004e947f122ae1e36d516f83a
cb5b01223d [automated] Re-Generate Nodes/Rectors Documentation (#3259)
|
2023-01-01 00:36:31 +00:00 |
|
Tomas Votruba
|
dfa8f9c12d
|
Updated Rector to commit 9a0938d8df9d8771d8d423eb4719cd7fe3b1ba0e
9a0938d8df [e2e] handle multiple classes with anonymous class on MultipleClassFileToPsr4ClassesRector file removed (#3253)
|
2022-12-25 10:55:21 +00:00 |
|
Tomas Votruba
|
96d8a22628
|
Updated Rector to commit 70fea54e77ffd186e41540d2b36c5362b073fbc4
70fea54e77 [DeadCode] Add TargetRemoveClassMethodRector (#3240)
|
2022-12-22 17:06:53 +00:00 |
|
Tomas Votruba
|
b607ae2a53
|
Updated Rector to commit 0d6234b584f14d25e02c8c97afac7f6374aa306c
0d6234b584 [DeadCode] Skip standalone @return false or true on RemoveUselessReturnTagRector (#3202)
|
2022-12-15 14:08:31 +00:00 |
|
Tomas Votruba
|
41faaad8b8
|
Updated Rector to commit e71df1ba87d3c0189112b626e0e44880e3b608bf
e71df1ba87 [DeadCode] Skip append array data on RemoveJustPropertyFetchRector (#3201)
|
2022-12-14 19:45:13 +00:00 |
|
Tomas Votruba
|
aec87d7b85
|
Updated Rector to commit 4a03eb97153dd3d3868d90feeb0a269f3be754e6
4a03eb9715 [DeadCode] Skip expr as MethodCall or StaticCall from ClassMethod @return string docblock on RecastingRemovalRector (#3187)
|
2022-12-11 16:22:41 +00:00 |
|
Tomas Votruba
|
2a553a9afd
|
Updated Rector to commit 3dea2bdc4de76d217cc2d67cce4ccb41d2b4c7f3
3dea2bdc4d skip false positive chagne report on RemoveUselessParamTagRector (#3151)
|
2022-12-04 13:35:33 +00:00 |
|
Tomas Votruba
|
ff75474d25
|
Updated Rector to commit 39f43c01cbc34a8bb064f056d39f1b8d2bd7a152
39f43c01cb Use Symfony ~6.1.x to avoid crash on update vendor-patch (#3134)
|
2022-12-01 14:10:32 +00:00 |
|
Tomas Votruba
|
789d270789
|
Updated Rector to commit ecec40ce9d1b075c65dbbbabe38dbd70d5a50df5
ecec40ce9d [DeadCode] Skip re-assigned variable in RemoveJustPropertyFetchRector (#3124)
|
2022-11-28 16:12:25 +00:00 |
|
Tomas Votruba
|
d60996d358
|
Updated Rector to commit 63ca8727cbf38fdbcc1a68c429ce3dc2340f268e
63ca8727cb [DeadCode] Fix RemoveJustPropertyFetchRector to skip concat assigns (#3123)
|
2022-11-28 15:58:59 +00:00 |
|
Tomas Votruba
|
18b5311e05
|
Updated Rector to commit fa9a953fc8df6d31c24b0415b177580f7edd4100
fa9a953fc8 [Php80] Skip possible numeric string switch cond with all integer case cond on ChangeSwitchToMatchRector (#3067)
|
2022-11-15 20:31:43 +00:00 |
|
Tomas Votruba
|
b0ce719527
|
Updated Rector to commit 04257d3c76ee23722447433f07c8e5678ac9a07b
04257d3c76 Utilize Type->isArray() (#3065)
|
2022-11-15 15:22:43 +00:00 |
|
Tomas Votruba
|
db8311e52e
|
Updated Rector to commit e28e7a18fe894974b31eae2fa2ff829a130a8a05
e28e7a18fe Use the correct word (#3052)
|
2022-11-11 15:03:05 +00:00 |
|
Tomas Votruba
|
d72c3a41d9
|
Updated Rector to commit 8ede862b8de3239aafea64484802903aaa6d5e95
8ede862b8d Update phpstan message (#3042)
|
2022-11-10 16:47:52 +00:00 |
|
Tomas Votruba
|
d9e32f78d0
|
Updated Rector to commit baf8394798205ee0d9c6f27e72f018e0996e624f
baf8394798 Fix var/property usage for RemoveUnusedNonEmptyArrayBeforeForeachRector. (#3040)
|
2022-11-10 07:49:28 +00:00 |
|
Tomas Votruba
|
bba6495f7d
|
Updated Rector to commit 10346eea20d2222819f59b2ae994acc0948352e4
10346eea20 Apply node->isFirstCallable() check early before ->getArgs() when possible on CallLike (#3038)
|
2022-11-07 17:28:06 +00:00 |
|
Tomas Votruba
|
ddc864eff4
|
Updated Rector to commit 7b7d5a4b8bb61b52a298cbf941b7df131897f55b
7b7d5a4b8b Revert string specific identifier values on Type Mappers (#3024)
|
2022-11-01 14:15:38 +00:00 |
|
Tomas Votruba
|
c694bb8a08
|
Updated Rector to commit c304b15884418eeba88cebd2a8f090e0abafbaa1
c304b15884 [Core] Remove second param on ClassLikeAstResolver::resolveClassFromClassReflection() (#2975)
|
2022-10-13 11:06:06 +00:00 |
|
Tomas Votruba
|
e87c848801
|
Updated Rector to commit ff4d797c73a51a3fb12cb644c6911ecd7313ec1b
ff4d797c73 [DeadCode][EarlyReturn] Handle RemoveUnusedVariableAssignRector+RemoveAlwaysElseRector (#2964)
|
2022-10-02 20:24:31 +00:00 |
|
Tomas Votruba
|
4dfccb43b5
|
Updated Rector to commit b5a5973565b75d04fa88428b80774f8a706c692e
b5a5973565 [DeadCode][Privatization] Handle crash on RemoveDeadZeroAndOneOperationRector+ChangeReadOnlyPropertyWithDefaultValueToConstantRector (#2962)
|
2022-09-29 16:10:59 +00:00 |
|
Tomas Votruba
|
a548d35868
|
Updated Rector to commit f846afc61bdd4839085f265b505b60cf1b866553
f846afc61b Fix type error on downgraded version. (#2946)
|
2022-09-22 15:56:27 +00:00 |
|
Tomas Votruba
|
ac77f3a400
|
Updated Rector to commit 4923a147c3347d83b0cf302c03a4016e3b838a03
4923a147c3 [DeadCode] Skip nullable array on not empty on RemoveUnusedNonEmptyArrayBeforeForeachRector (#2935)
|
2022-09-18 11:37:35 +00:00 |
|
Tomas Votruba
|
c5b7bc6035
|
Updated Rector to commit 90adbf0431d2f63e80bbb10807ff2786e19f068c
90adbf0431 [DeadCode] Skip assign if cond on RemoveUnusedNonEmptyArrayBeforeForeachRector (#2918)
|
2022-09-07 10:25:01 +00:00 |
|
Tomas Votruba
|
ed362f4e21
|
Updated Rector to commit 3de25c9cd3e7efcfa92c94f3cbdc533fdd6a115b
3de25c9cd3 [DeadCode] Handle assign empty array on if cond on RemoveUnusedNonEmptyArrayBeforeForeachRector (#2917)
|
2022-09-07 08:32:58 +00:00 |
|
Tomas Votruba
|
62e856362b
|
Updated Rector to commit a39844ee53169fb0b6d1184672eeb1869a541dd2
a39844ee53 [misc] Add Expr type to value resolver, remove RemoveFuncCallRector as niche feature, cleanup ClassManipulator from unused methods (#2900)
|
2022-09-03 08:03:15 +00:00 |
|
Tomas Votruba
|
28c719d1fb
|
Updated Rector to commit 8961d20f56fa4b39bb21feec1f24422398f13dba
8961d20f56 [DX] Localize multi instance checker and privates accessor from Symplify + bump to PHPStan 1.8.3 (#2883)
|
2022-09-01 19:30:48 +00:00 |
|
Tomas Votruba
|
6c20d257e3
|
Updated Rector to commit d3d18d442c8f2ca64f5ebef5c7a7541938fa1e2a
d3d18d442c keep relative paths
|
2022-09-01 09:30:44 +00:00 |
|
Tomas Votruba
|
afd984fc4e
|
Updated Rector to commit b8c70125cda3a0fbdff216dfccaf065d8fe1aa2b
b8c70125cd [phpstan] Resolve duplicated methods (#2869)
|
2022-08-31 09:31:19 +00:00 |
|
Tomas Votruba
|
5edd3689a8
|
Updated Rector to commit bb59a7c99ad30770689fe011c89377402bf6c7ba
bb59a7c99a [DX] Inline symplify/astral to use only active classes (#2851)
|
2022-08-29 20:49:28 +00:00 |
|
Tomas Votruba
|
d94a78124e
|
Updated Rector to commit d894cccb8535fea0ad8ab93ead4a4383c81d56b8
d894cccb85 [DeadCode] Skip object shape pseudo-type in RemoveNonExistingVarAnnotationRector (#2837)
|
2022-08-24 14:03:58 +00:00 |
|
Tomas Votruba
|
87509424bf
|
Updated Rector to commit debe56260b932715c63eacc73c5495c276784a1c
debe56260b simplify rule docs config
|
2022-08-24 08:53:31 +00:00 |
|
Tomas Votruba
|
0e5ee3dc93
|
Updated Rector to commit 6c8c40bb746ce70ab8faa7e80ae088edaba771e7
6c8c40bb74 [DeadCode] Merge RemoveDeadConstructorRector, to RemoveEmptyClassMethodRector with same behavior (#2829)
|
2022-08-24 08:43:17 +00:00 |
|
Tomas Votruba
|
88b118d794
|
Updated Rector to commit 58edce71bb42b06df87e863ee9bf3df4c7b65e27
58edce71bb [VendorPatch] Register nikic-php-parser-lib-phpparser-node-stmt-namespace-php into vendor-patches list (#2825)
|
2022-08-24 07:54:32 +00:00 |
|
Tomas Votruba
|
1539934554
|
Updated Rector to commit 244fb1cebce834698e9d6f5a67a3d3552addf49d
244fb1cebc [DeadCode] Fix RemoveUnusedPrivateMethodParameterRector args keys re-order (#2770)
|
2022-08-17 08:52:30 +00:00 |
|
Tomas Votruba
|
26bacab80c
|
Updated Rector to commit c0070b1d30a0040e3e58724ac1b3b339e168dcb5
c0070b1d30 [CodeQuality] Skip not ArrayType on ForeachItemsAssignToEmptyArrayToAssignRector (#2752)
|
2022-08-11 14:46:08 +00:00 |
|
Tomas Votruba
|
967bbc6b59
|
Updated Rector to commit c0070b1d30a0040e3e58724ac1b3b339e168dcb5
c0070b1d30 [CodeQuality] Skip not ArrayType on ForeachItemsAssignToEmptyArrayToAssignRector (#2752)
|
2022-08-11 14:29:35 +00:00 |
|
Tomas Votruba
|
f7bb838601
|
Updated Rector to commit f0425bc3cb3d5855da1bff9c38b872a9003e357b
f0425bc3cb Improve scope, PHPStan extension types (#2747)
|
2022-08-09 13:39:17 +00:00 |
|
Tomas Votruba
|
7e0a2dbc82
|
Updated Rector to commit 6ad7b03704e639c95759d14c67444009c3b93259
6ad7b03704 Revert Add class-string typehint to MethodCallRename (#2739)
|
2022-08-06 15:23:35 +00:00 |
|
Tomas Votruba
|
ac89ac3559
|
Updated Rector to commit 502d0ad3805984c4e3c0a8c6636c1174068169fc
502d0ad380 [DeadCode] Handle assign in If_ cond on RemoveUnusedNonEmptyArrayBeforeForeachRector (#2734)
|
2022-08-05 09:27:15 +00:00 |
|
Tomas Votruba
|
184a304008
|
Updated Rector to commit 61b6e86d17923a29a7dad1530a9dd82bc3bf5ee2
61b6e86d17 [DeadCode] Skip RemoveAlwaysTrueIfConditionRector on property use by @var docblock on Trait (#2729)
|
2022-08-03 18:36:26 +00:00 |
|
Tomas Votruba
|
9063100051
|
Updated Rector to commit f99f19cd4328009bad8aaeab7d80f7d920628bca
f99f19cd43 Add class-string typehint to MethodCallRename (#2726)
|
2022-08-03 12:38:40 +00:00 |
|
Tomas Votruba
|
1d28ca109c
|
Updated Rector to commit 5ec4cff203f68d9578719b54ce3a145efb32bc79
5ec4cff203 [Php56] Handle jump not Expression stmt next initialized on AddDefaultValueForUndefinedVariableRector (#2725)
|
2022-08-02 06:46:18 +00:00 |
|
Tomas Votruba
|
963e52618c
|
Updated Rector to commit 89bd84eafaab9ab66a4fcd6a1a4df67d15040732
89bd84eafa [DeadCode] Skip RemoveAlwaysTrueIfConditionRector on property use by @var docblock (#2717)
|
2022-07-27 18:51:59 +00:00 |
|
Tomas Votruba
|
6d34684c5a
|
Updated Rector to commit 69d3c92b00fd4cd4f435cd8974e5547251b5065e
69d3c92b00 [Php80] Add MixedTypeRector (#2701)
|
2022-07-27 08:28:59 +00:00 |
|
Tomas Votruba
|
aa6004e082
|
Updated Rector to commit ae31fb60aeb3c49fb47b3fa12c792098e67831c5
ae31fb60ae [PHPStan] Resolve variable name casing (#2689)
|
2022-07-20 05:05:58 +00:00 |
|
Tomas Votruba
|
f01bc715ee
|
Updated Rector to commit c74cda7cead18dc51061bd8540c64e98a6aec3b8
c74cda7cea Remove UnwrapFutureCompatibleIfFunctionExistsRector as very niche and specific (#2688)
|
2022-07-19 22:41:37 +00:00 |
|