Tomas Votruba
|
4bcc040852
|
Updated Rector to commit 459bc85fdfffc52372df67ad50dc42d6c78fb484
459bc85fdf [Scoped] Wait 3 minutes before checkout rectorphp/rector-src on create a tag (#620)
|
2021-08-08 17:06:57 +00:00 |
|
Tomas Votruba
|
347502ca61
|
Updated Rector to commit 013042b2e1a43ca4fa0902a6ae2d0c4600d00ccf
013042b2e1 [DeadCode] Skip modified value property on RemoveDuplicatedIfReturnRector (#621)
|
2021-08-08 17:06:38 +00:00 |
|
Tomas Votruba
|
990fd729ae
|
Updated Rector to commit 0d7e293404176c8bd305644a02482ba5116d224e
0d7e293404 [CodingStyle] Handle Non-string specifier for EncapsedStringsToSprintfRector (#622)
|
2021-08-08 17:03:07 +00:00 |
|
Tomas Votruba
|
1567f66690
|
Updated Rector to commit a71fbfab1445899040cb34f30abdc1ffc0d2ebb3
a71fbfab14 [TypeDeclaration] Skip indirect get array value on PHPUnit dataProvider get on ParamTypeDeclarationRector (#616)
|
2021-08-08 17:00:39 +00:00 |
|
Tomas Votruba
|
516b0c236e
|
Updated Rector to commit ace586b7f28f007f8b9e3b2589434f99d6860616
ace586b7f2 adjust fixture + fixed removing overwriting private functions (#613)
|
2021-08-08 17:00:17 +00:00 |
|
Tomas Votruba
|
73fdd01a3b
|
Updated Rector to commit 38b1d4d1927acafada9e04b2998987eaacd32c7e
38b1d4d192 Implement DowngradeAbstractPrivateMethodInTrait (#615)
|
2021-08-08 16:58:46 +00:00 |
|
Tomas Votruba
|
e9e85a1300
|
Updated Rector to commit a8b01f217b9702f7dd6e485f84fe46a6dabe0d86
a8b01f217b [automated] Re-Generate Nodes/Rectors Documentation (#619)
|
2021-08-08 00:26:40 +00:00 |
|
Tomas Votruba
|
f674f1dd71
|
Updated Rector to commit 72df0f63c5015db2db86bf1b17a0d8393ad90911
72df0f63c5 [DeadCode] Mirror comment on RemoveUnusedNonEmptyArrayBeforeForeachRector (#610)
|
2021-08-07 12:06:20 +00:00 |
|
Tomas Votruba
|
0dad1bbb20
|
Updated Rector to commit b64b1b26e0ed01f77e5afe5b018091990e31624a
b64b1b26e0 [DeadCode] Skip RemoveUnreachableStatementRector on use of ->markTestIncomplete() (#612)
|
2021-08-07 11:43:52 +00:00 |
|
Tomas Votruba
|
c61ef9179c
|
Updated Rector to commit 72df0f63c5015db2db86bf1b17a0d8393ad90911
72df0f63c5 [DeadCode] Mirror comment on RemoveUnusedNonEmptyArrayBeforeForeachRector (#610)
|
2021-08-07 11:42:34 +00:00 |
|
Tomas Votruba
|
fb1a342d17
|
Updated Rector to commit 7e0859efe177331b53a327b60f5d6c48d7087bee
7e0859efe1 [DeadCode] Skip non-typed property for RecastingRemovalRector (#608)
|
2021-08-07 11:36:26 +00:00 |
|
Tomas Votruba
|
b5290c94c5
|
Updated Rector to commit 2d22795af1549dfbe40e3b8cf1c71cf88af7d3b1
2d22795af1 [DeadCode] Skip RemoveDeadConstructorRector on empty constructor with class extends (#611)
|
2021-08-07 11:33:39 +00:00 |
|
Tomas Votruba
|
cd8b211b7b
|
Updated Rector to commit bb384013c3f04d9ae1471fdfa50fbff943b7821c
bb384013c3 [CodeQuality] CodeQuality config set list clean up (#606)
|
2021-08-06 20:12:05 +00:00 |
|
Tomas Votruba
|
ed866c99db
|
Updated Rector to commit 7398a6637c49cd6f329d27a37f5006a69c219924
7398a6637c Add failing test fixture for RemoveUnusedPrivateMethodRector (#604)
|
2021-08-06 06:45:08 +00:00 |
|
Tomas Votruba
|
2ece2f3537
|
Updated Rector to commit 7c937fa45102ed0ece7194b1d64da787de199a7d
7c937fa451 [DeadCode] Skip do { } while() on RemoveUnreachableStatementRector (#601)
|
2021-08-05 17:17:00 +00:00 |
|
Tomas Votruba
|
d5797c02f3
|
Updated Rector to commit f668ee22795708f9cec8184c338fd984a5a6ff6f
f668ee2279 [NodeRepository] Remove ChildReturnPopulator (#599)
|
2021-08-05 12:49:24 +00:00 |
|
Tomas Votruba
|
d2c1af4455
|
Updated Rector to commit 738cea7736f865c1d660c1f168fc6e35639466a2
738cea7736 [DeadCode] Skip array_map in class extends Exception on RemoveUnusedPrivateMethodRector (#598)
|
2021-08-05 12:41:19 +00:00 |
|
Tomas Votruba
|
00f3fbe30d
|
Updated Rector to commit ad15c5f694b9ed5049a85846740665c0f657c491
ad15c5f694 [TypeDeclaration] Removing NodeRepository from ParamTypeDeclarationRector (#597)
|
2021-08-05 08:31:23 +00:00 |
|
Tomas Votruba
|
fa67d66a44
|
Updated Rector to commit 3eb503653fc1240a10c8be730f1ecfd45c47396c
3eb503653f [BetterStandardPrinter] Using Expr_ArrowFunction->returnType with print return type double colon right after the bracket (#596)
|
2021-08-05 05:49:38 +00:00 |
|
Tomas Votruba
|
91514099e6
|
Updated Rector to commit e4b356c117731ff982f2c3a0a02f69c143469457
e4b356c117 [Defluent] Skip create variable from not PropertyFetch on ReturnFluentChainMethodCallToNormalMethodCallRector (#595)
|
2021-08-04 16:14:54 +00:00 |
|
Tomas Votruba
|
4be28bf7eb
|
Updated Rector to commit 37b06023b666cac8ec2997e8e1605f93c25d3b6f
37b06023b6 [DeadCode] Fix removal of variable-used promoted property (#593)
|
2021-08-04 13:47:30 +00:00 |
|
Tomas Votruba
|
7a14ae82ec
|
Updated Rector to commit 897e3da3b3540736a6f441125a048de6c27e4fe3
897e3da3b3 [Defluent] Do not remove return from parameter and property on ReturnNewFluentChainMethodCallToNonFluentRector (#589)
|
2021-08-04 07:35:56 +00:00 |
|
Tomas Votruba
|
fcfef6acab
|
Updated Rector to commit 529eb40360f0a40a03bdaeb0e657fbaaec2a1c02
529eb40360 [DowngradePhp80] Handle both DowngradeTypedPropertyRector and DowngradeMixedTypeDeclarationRector Name parameter (#591)
|
2021-08-04 07:34:48 +00:00 |
|
Tomas Votruba
|
54d8b7a970
|
Updated Rector to commit 0a51a73ad61b0ec2f9195ead66880e71a0e6779b
0a51a73ad6 [CodeQuality] Remove MoveVariableDeclarationNearReferenceRector for too wide domain, not capable on most of real projects (#587)
|
2021-08-03 18:06:18 +00:00 |
|
Tomas Votruba
|
bd858c4241
|
Updated Rector to commit c1b12be00d951ccb0e0c9a1117db0b6319d8f770
c1b12be00d [Defluent] Skip interface on DefluentReturnMethodCallRector (#584)
|
2021-08-03 15:28:44 +00:00 |
|
Tomas Votruba
|
f24ba3e919
|
Updated Rector to commit ae55eac4c937caf15d9bb320672f038915bc6f80
ae55eac4c9 [TypeDeclaration] Allow Function_ and ArrowFunction on ReturnTypeFromReturnNewRector (#583)
|
2021-08-03 12:03:11 +00:00 |
|
Tomas Votruba
|
46cf4c1774
|
Updated Rector to commit 0888a92985f8018f486798af0f33928f221e7f0f
0888a92985 [CodeQuality] Skip class with constructor parameter for ClassConstFetch on CallableThisArraToAnonymousFunctionRector (#581)
|
2021-08-03 10:22:54 +00:00 |
|
Tomas Votruba
|
329518456a
|
Updated Rector to commit 2e7256bde823c5c6de2b02f253f39415b4058fd4
2e7256bde8 fix native method fetch (#579)
|
2021-08-02 19:56:42 +00:00 |
|
Tomas Votruba
|
46c5557948
|
Rector 0.11.41
|
2021-08-02 19:22:48 +00:00 |
|
Tomas Votruba
|
1452c5d9ff
|
Updated Rector to commit b3480900f3da86846dfabdfcd7e12f07b16a3f78
b3480900f3 [CodingStyle] Remove YieldClassMethodToArrayClassMethodRector, rather PHPStorm job (#576)
|
2021-08-02 17:48:07 +00:00 |
|
Tomas Votruba
|
0f5395c1ad
|
Updated Rector to commit 5145487e37a5ed2b83296caf534a1fb9f10e6f69
5145487e37 recursion is not needed, as Rector now works till there is something to change
|
2021-08-02 16:02:48 +00:00 |
|
Tomas Votruba
|
fb7f804b70
|
Updated Rector to commit 00fb10f8a50491ab39eabf924d3da805860fb1a2
8c4c7d0ae7 recursion is not needed, as Rector now works till there is something to change 00fb10f8a5 fix cs
|
2021-08-02 16:02:25 +00:00 |
|
Tomas Votruba
|
4a5ca2c9e5
|
Updated Rector to commit 66e21558ba914cba2549e1940ef1e0fd7b4e6521
66e21558ba [PHPOffice] Extract package to standalone project (#575)
|
2021-08-02 15:56:42 +00:00 |
|
Tomas Votruba
|
6d9e1da1ac
|
Updated Rector to commit f515dd655ea406522c2e2e6adbbb9cf93c72a4b7
f515dd655e typos in docs
|
2021-08-02 14:58:30 +00:00 |
|
Tomas Votruba
|
ebc595cbb2
|
Updated Rector to commit e3ce3201512eb23ba2b195265dc63c671893c43a
e3ce320151 [Transform] Remove specific custom Rector without generic usage (#573)
|
2021-08-02 12:03:27 +00:00 |
|
Tomas Votruba
|
bfa1433bd5
|
Updated Rector to commit 2c71aa697612bf1e90a7be545f31c338278b0579
2c71aa6976 [VersionBonding] Update rector warning message for min PHP version project (#572)
|
2021-08-02 09:39:41 +00:00 |
|
Tomas Votruba
|
e3437ec57c
|
Updated Rector to commit 6ad6595d75bbeb49dc315aee508d5775cd724a3e
6ad6595d75 [Autodiscovery] Using AstResolver->resolveClassFromName() on ValueObjectClassAnalyzer (#560)
|
2021-08-01 17:00:01 +00:00 |
|
Tomas Votruba
|
b0f145ae07
|
Updated Rector to commit 205e7a5bd026cdbbeac19bc51e63e429ee2df704
205e7a5bd0 [Core] Move isPropertyFetch() to PropertyFetchAnalyzer (#563)
|
2021-08-01 16:59:22 +00:00 |
|
Tomas Votruba
|
c512faabc2
|
Updated Rector to commit 00015a4390ff1ee82930374b286d1053569d9580
00015a4390 [DowngradePhp70] Handle increment variable assign on existing variable on DowngradeSpaceshipRector (#565)
|
2021-08-01 16:58:54 +00:00 |
|
Tomas Votruba
|
139baa203b
|
Updated Rector to commit 5ad522ddaa3cecb343da84fd2184ef6ed24f1e60
5ad522ddaa [DowngradePhp80] Handle coalesce and truthy ternary directly without assign (#567)
|
2021-08-01 16:58:17 +00:00 |
|
Tomas Votruba
|
d0e5aaee2f
|
Updated Rector to commit 645b7a8e8ff13fd4bbefaee6a874d49c744e8b29
645b7a8e8f [automated] Re-Generate Nodes/Rectors Documentation (#562)
|
2021-08-01 00:25:55 +00:00 |
|
Tomas Votruba
|
f42d721e86
|
Updated Rector to commit 1b113a0c934b71ffd15d6e4593ef2db215ec9728
1b113a0c93 [Php70] Skip class has __callStatic() on StaticCallOnNonStaticToInstanceCallRector (#555)
|
2021-07-31 11:52:34 +00:00 |
|
Tomas Votruba
|
435990d383
|
Updated Rector to commit 057c5e6853931201e88a5ae19e9a7ca5541bb8ad
057c5e6853 Fix AnonymousFunctionFactory for class constant reference (#552)
|
2021-07-31 11:43:58 +00:00 |
|
Tomas Votruba
|
bee6271c0a
|
Updated Rector to commit 59d63d6f4a486d574b17f68e406fa72125c8eb7d
59d63d6f4a [TypeDeclaration] Allow ArrowFunction on ReturnTypeFromStrictTypedCallRector (#556)
|
2021-07-31 11:40:13 +00:00 |
|
Tomas Votruba
|
c22db4f812
|
Updated Rector to commit e3321d9df372fab011a9917f398e41aa72d0cfe3
e3321d9df3 [DeadCode] Using SideEffectNodeDetector::detectCallExpr() on RemoveUnusedVariableAssignRector (#553)
|
2021-07-31 11:35:23 +00:00 |
|
Tomas Votruba
|
c3bc0fc47d
|
Updated Rector to commit d9f47f85729740fe2108d8b0e92e9c97403b6849
d9f47f8572 [DeadCode] Using SideEffectNodeDetector::detectCallExpr() on RemoveOverriddenValuesRector (#554)
|
2021-07-31 11:34:50 +00:00 |
|
Tomas Votruba
|
f7dcf79c1e
|
Updated Rector to commit 325c6be3ae5e782fef6359c40cdde58fdd0eb24b
325c6be3ae [TypeDeclaration] Add ParamTypeByMethodCallTypeRector (#544)
|
2021-07-30 10:40:03 +00:00 |
|
Tomas Votruba
|
7b8909a8bc
|
Updated Rector to commit 62cca3bfeb92f455bc9f20b994fcc4d6e2b190f1
62cca3bfeb [CodingStyle] Fix ArrayCallableToMethodCallFactory for non-object types (#548)
|
2021-07-30 07:56:13 +00:00 |
|
Tomas Votruba
|
406cb3c9f8
|
Updated Rector to commit a152283fd7c858f74110d9d220e322bc0e256a67
a152283fd7 cleanup (#547)
|
2021-07-30 07:40:46 +00:00 |
|
Tomas Votruba
|
b777b6eb45
|
Updated Rector to commit eb7d73b432478f48f5e10248f7c20b981734a382
eb7d73b432 [DeadCode][CodeQualityStrict] Add SideEffectNodeDetector::detectCallExpr() (#543)
|
2021-07-29 17:27:50 +00:00 |
|