Tomas Votruba
5f10b8092d
Updated Rector to commit 46d2c00038e83165e8e9b2d773cfa5deb838c243
...
46d2c00038
[automated] Re-Generate Nodes/Rectors Documentation (#2085 )
2022-04-17 00:35:02 +00:00
Tomas Votruba
cfa1942bf9
Updated Rector to commit 73bf29c279191373755f08c2fdff45c013443c37
...
73bf29c279
[TypeDeclaration] Remove NullType when already has mixed on ParamAnnotationIncorrectNullableRector (#2081 )
2022-04-16 16:16:44 +00:00
Tomas Votruba
74a8a29f4c
Updated Rector to commit 8be11db297fa6a1eb46ee57f64c92c547f189ba7
...
8be11db297
[Naming] Skip used by trait on RenamePropertyToMatchTypeRector (#2077 )
2022-04-15 07:29:32 +00:00
Tomas Votruba
1cdd8d4e52
Updated Rector to commit 09499098eb819d6560b52fdb1420b6fbcd32d104
...
09499098eb
[TypeDeclaration] Register ParamAnnotationIncorrectNullableRector to type-declaration config set (#2071 )
2022-04-14 14:58:58 +00:00
Tomas Votruba
446b0a8f86
Updated Rector to commit c50992351682af007606cb020cb4cdd19b749953
...
c509923516
[Feature] Add ParamAnnotationIncorrectNullableRector for fixing incorrect null type in @param (#2069 )
2022-04-14 08:12:26 +00:00
Tomas Votruba
be26c813d6
Updated Rector to commit d0c25cc4b961d21a600cbdb425f73782e7607b0f
...
d0c25cc4b9
[TypeDeclaration] Register ReturnAnnotationIncorrectNullableRector and VarAnnotationIncorrectNullableRector to type-declaration config set (#2062 )
2022-04-13 16:41:06 +00:00
Tomas Votruba
863e58bc5e
Updated Rector to commit 363f4083d584d99f32a1d76961c0b2b8be4ced0e
...
363f4083d5
[TypeDeclaration] Make TypedPropertyFromAssignsRector configurable with INLINE_PUBLIC (#2052 )
2022-04-13 16:35:59 +00:00
Tomas Votruba
e7029ad1f5
Updated Rector to commit 0ba8579821d5aed010e087d8a41947e67c6f904c
...
0ba8579821
[Fix] Make UnionTypesRector and ReturnAnnotationIncorrectNullableRector skip chaotic methods (#2067 )
2022-04-13 16:29:57 +00:00
Tomas Votruba
071d7cb788
Updated Rector to commit c35cc97d381f97c602cccb86ccf1d688a869cbdd
...
c35cc97d38
[DX] Add phpVersion() method to RectorConfig + make use of new config class in test configs (#2065 )
2022-04-12 14:41:09 +00:00
Tomas Votruba
c983f7c3b5
Updated Rector to commit 799b77a8ed40b76e9b0b976b90297436a185c00b
...
799b77a8ed
Fix typo in a comment (#2064 )
2022-04-12 12:57:21 +00:00
Tomas Votruba
0dc28df936
Updated Rector to commit 8d92c466fdd6a002ea89b5356ca99def77998bfe
...
8d92c466fd
[DX] Use RectorConfig in configs (#2063 )
2022-04-12 11:52:08 +00:00
Tomas Votruba
6c73983fe9
Updated Rector to commit a1ac1b6fdf09744e2b1ca427e44715f28c24d22d
...
a1ac1b6fdf
[Feature] Add ReturnAnnotationIncorrectNullableRector for fixing incorrect null type in @return (#2060 )
2022-04-12 06:58:51 +00:00
Tomas Votruba
479b159635
Updated Rector to commit f12861bda01c224330cb1c7389a49cf66b6de287
...
f12861bda0
[Php74] Move multi rules used tests to tests/Issues for TypedPropertyRector (#2051 )
2022-04-11 08:29:44 +00:00
Tomas Votruba
2c0475807b
Updated Rector to commit 60f1dadd6fda2895d2f34db1c00f40b93ad0e832
...
60f1dadd6f
Merge FollowRequireByDirRector to almost identical AbsolutizeRequireAndIncludePathRector (#2048 )
2022-04-10 20:11:02 +00:00
Tomas Votruba
931bfb66df
Updated Rector to commit 0227d24e3636af762e8f800997f0e86fcddce07e
...
0227d24e36
Merge InArrayAndArrayKeysToArrayKeyExistsRector to ArrayKeysAndInArrayToArrayKeyExistsRector with almost identical behavior (#2047 )
2022-04-10 19:50:50 +00:00
Tomas Votruba
650661e16c
Updated Rector to commit 9b8e16187827bd33c853414e20da7a3b4fa8ce89
...
9b8e161878
merge SimplifyDuplicatedTernaryRector to UnnecessaryTernaryExpressionRector, almost identical rule (#2046 )
2022-04-10 19:09:26 +00:00
Tomas Votruba
d76ed237fa
Updated Rector to commit a2ee46d16e7f0a01c7aae31eef659d7456528dcc
...
a2ee46d16e
Refactor SymplifyUselessVariableRector to avoid using PREVIOUS_NODE, use current scope instead (#2045 )
2022-04-10 18:18:46 +00:00
Tomas Votruba
c4650c159a
Updated Rector to commit 76667332cf4daf4d9ca8f081fe6389b41673b3e5
...
76667332cf
[automated] Re-Generate Nodes/Rectors Documentation (#2041 )
2022-04-10 00:31:45 +00:00
Tomas Votruba
cd7d84363a
Updated Rector to commit 5a2682e4a5e8d0dc67e9dec74d084e3f75ea1910
...
5a2682e4a5
[TypeDeclaration] Skip in trait on TypedPropertyFromAssignsRector (#2030 )
2022-04-09 07:29:28 +00:00
Tomas Votruba
34dc036a62
Updated Rector to commit b12415b7b2f0a831127a77e17c9b56e95cd20c2a
...
b12415b7b2
[TypeDeclaration] Skip default type value different with type assigned (#2027 )
2022-04-08 08:52:55 +00:00
Tomas Votruba
bc4242dccb
Updated Rector to commit 8f9abbd8b7e4ad06e5c8b188fec3a001eccb97e9
...
8f9abbd8b7
Trigger notification (#2015 )
2022-04-07 07:54:47 +00:00
Tomas Votruba
1c3a355583
Updated Rector to commit be530c5e2f56190f5fe1813ae4344cdaf3f75d7f
...
be530c5e2f
[Removing] Add RemoveNamespaceRector (#2013 )
2022-04-06 12:39:03 +00:00
Tomas Votruba
5f44698947
Updated Rector to commit 85ff4163b006fd19406655fd86a50733cf32f7af
...
85ff4163b0
[TypeDeclaration] Handle default value on not inlined assignment in __construct on TypedPropertyFromStrictConstructorRector (#2008 )
2022-04-05 08:03:44 +00:00
Tomas Votruba
7fde66200e
Updated Rector to commit 258f2d031e5b7f1fc98707e889d47e3e54d232ed
...
258f2d031e
phpstan (#2006 )
2022-04-04 05:57:16 +00:00
Tomas Votruba
7e7dc913ba
Updated Rector to commit 02bb2edef38a70e9f4012850fe4fc395dd697d0b
...
02bb2edef3
[Scoper] Clean up scoper replace namespace stub (#2002 )
2022-04-03 00:58:28 +00:00
Tomas Votruba
d7c212ece1
Updated Rector to commit 9f9b29c7418647f260c99f0b6bdeebc2fee0af6f
...
9f9b29c741
[DowngradePhp54] Add DowngradeThisInClosureRector (#1995 )
2022-04-02 15:46:27 +00:00
Tomas Votruba
22b0d1cc15
Updated Rector to commit e077d7c3fb9cc4204857a80d587f23a75ddf6665
...
e077d7c3fb
[DowngradePhp72] Handle variable exists on DowngradeStreamIsattyRector (#1997 )
2022-04-02 13:15:38 +00:00
Tomas Votruba
c5a12d271e
Updated Rector to commit 7a37df2b60816a16e8132e1e7aac1dc2b55085e5
...
7a37df2b60
[DeadCode] Add Closure support on RemoveLastReturnRector (#1993 )
2022-04-02 08:38:27 +00:00
Tomas Votruba
daae17bd4e
Updated Rector to commit 12f027c8a1e5840b888d51b12730752e6cc232a8
...
12f027c8a1
[TypeDeclaration] Handle yield and return in inner function on AddVoidReturnTypeWhereNoReturnRector (#1986 )
2022-04-01 05:37:00 +00:00
Tomas Votruba
963952f993
Updated Rector to commit eba904f406bde295fd28c8a56055787a03051186
...
eba904f406
[Php80] Skip empty default on ChangeSwitchToMatchRector (#1980 )
2022-03-31 11:04:24 +00:00
Tomas Votruba
7ede09fb94
Updated Rector to commit a375ee264111277cc227fd1e02d7303630c67e32
...
a375ee2641
[Core][EarlyReturn][Php73] Fix used along tweak between JsonThrowOnErrorRector + ChangeAndIfToEarlyReturnRector (#1979 )
2022-03-30 06:32:05 +00:00
Tomas Votruba
6f12ae7d35
Updated Rector to commit b97ce487e6a3a94df8bcefe4e5c30c302253a678
...
b97ce487e6
[CodeQuality] Handle Param by reference in target method on CallableThisArrayToAnonymousFunctionRector (#1974 )
2022-03-29 06:08:35 +00:00
Tomas Votruba
2d8fcc1394
Updated Rector to commit a20320d8ca73dee0d612aa4b4b15bd52f9f5837a
...
a20320d8ca
[Php55] Move GetCalledClassToSelfClassRector + GetCalledClassToStaticClassRector from php 7.4 to 5.5 SetList (#1972 )
2022-03-28 09:17:08 +00:00
Tomas Votruba
a641d86cfa
Updated Rector to commit 90bbd4e1a03b4404b3988c863fb3e46d0fa1411b
...
90bbd4e1a0
[Php74] Add GetCalledClassToSelfClassRector (#1971 )
2022-03-27 18:45:00 +00:00
Tomas Votruba
9ac9586ee2
Updated Rector to commit 6f61a092430c3f87f148e0e4be8691efc718076f
...
6f61a09243
[TypeDeclaration] Skip key has bracket {}[] on ArrayShapeFromConstantArrayReturnRector (#1968 )
2022-03-27 11:19:47 +00:00
Tomas Votruba
bb3ebe7fed
Updated Rector to commit 900eca0ce5022b55e7c436057fda0801b95b903d
...
900eca0ce5
[Doc] Fix composer docs generation ConfiguredCodeSample in RemoveUnusedPrivatePropertyRector (#1963 )
2022-03-26 19:22:15 +00:00
Tomas Votruba
ec76745f1f
Updated Rector to commit 699e314ef34ef6572d36bc372ac1e4837f5f2634
...
699e314ef3
Fix stub PHPUnit\Framework\TestCase (#1960 )
2022-03-25 13:08:27 +00:00
Tomas Votruba
0a72eb262e
Updated Rector to commit 6ebf140ee5855bc9909976e95c3aaa487711fba2
...
6ebf140ee5
Remove psr/http-message dep on downgrade scoped (#1958 )
2022-03-24 04:54:45 +00:00
Tomas Votruba
9728a66366
Updated Rector to commit cbefb243e25ad213b187a55e5e50ec34b627b547
...
cbefb243e2
[TypeDeclaration] Avoid adding param type in case of different default type (#1956 )
2022-03-23 09:36:21 +00:00
Tomas Votruba
65f6a3f867
Updated Rector to commit 8f86f525f767f26787126265c158e8b9e77c4c0a
...
8f86f525f7
Fix stub PHPUnit\Framework\TestCase (#1954 )
2022-03-22 14:39:27 +00:00
Tomas Votruba
a5de7de1ba
Updated Rector to commit d5c5fe3a97d1c33f20044659af23202e9e7e9ec5
...
d5c5fe3a97
[Php80] Handle return match no default on ChangeSwitchToMatchRector (#1949 )
2022-03-21 07:38:33 +00:00
Tomas Votruba
247cb9fc8b
Updated Rector to commit f82fa3182cf021adbce60e2c6d9e823df5737881
...
f82fa3182c
[DeadCode] Make RemoveUnusedPrivatePropertyRector configurable to allow skip remove assign with side effect (#1948 )
2022-03-20 19:48:16 +00:00
Tomas Votruba
3de728ec5c
Updated Rector to commit 2d3419bc949261395da2232bc12312cad2618ad7
...
2d3419bc94
[Arguments] Handle by pass 2nd argument default value on ArgumentAdderRector (#1946 )
2022-03-18 13:14:22 +00:00
Tomas Votruba
0c232fa881
Updated Rector to commit feae0cfa0ca0d3a867073aea0003c2287abf56e9
...
feae0cfa0c
[DeadCode][CodingStyle] Handle SplitDoubleAssignRector+RemoveUnusedPrivatePropertyRector (#1944 )
2022-03-17 07:36:14 +00:00
Tomas Votruba
9d2d61cbdd
Updated Rector to commit f7e1035828745f5cb95634709f7970a9a246ca77
...
f7e1035828
[Php81] Skip static property on ReadOnlyPropertyRector (#1939 )
2022-03-16 09:24:07 +00:00
Tomas Votruba
16633831b8
Updated Rector to commit b83523354f456d5a3a2cf65007bcb189dc235f3f
...
b83523354f
[DeadCode] Skip called by current classname on RemoveUnusedPrivateClassConstantRector (#1931 )
2022-03-15 09:06:38 +00:00
Tomas Votruba
64de0ed996
Updated Rector to commit 90bb8b98681e4e8f98bb6ddc2c7efaf64e091cab
...
90bb8b9868
Enable vendor patching (#1929 )
2022-03-14 09:10:58 +00:00
Tomas Votruba
8f8963b6ba
Updated Rector to commit 81c2492118ac64ce280b98cecada6ba812c53b2e
...
81c2492118
[automated] Re-Generate Nodes/Rectors Documentation (#1925 )
2022-03-13 00:30:25 +00:00
Tomas Votruba
9200bbb091
Updated Rector to commit 9d74e20acba26a1b282f883bcb62639cad749750
...
9d74e20acb
[Dep] Add PHPUnit\Framework\TestCase stub on target-repository bootstrap.php (#1924 )
2022-03-12 17:33:54 +00:00
Tomas Votruba
b61a2f6afa
Updated Rector to commit 07df2bc028742c7b9586601f837f4214690edb5d
...
07df2bc028
[CodingStyle] Use alias name when exists on CatchExceptionNameMatchingTypeRector (#1920 )
2022-03-11 08:59:17 +00:00