Tomas Votruba
|
49b69d3b30
|
Updated Rector to commit 0dd833b1e29ba665bbb3acad85a6359f701f2e18
0dd833b1e2 [patches] move one directory up
|
2021-12-07 13:05:25 +00:00 |
|
Tomas Votruba
|
66e78ee07a
|
Updated Rector to commit 424d2f145f9f788810ef40306feba9ca08c85d5f
424d2f145f aboslute path is needed for patches
|
2021-12-07 12:57:46 +00:00 |
|
Tomas Votruba
|
e7390103d5
|
Updated Rector to commit 6e5094acb9638620aabfce9dd48d159edd01bcf1
6e5094acb9 add local patches
|
2021-12-07 12:55:09 +00:00 |
|
Tomas Votruba
|
202eb0581b
|
Updated Rector to commit a53841cd6daf9f0c04f98fff989f34e45486c0e4
a53841cd6d Update patches to external config (#1357)
|
2021-12-07 12:38:28 +00:00 |
|
Tomas Votruba
|
6f0deef88f
|
Updated Rector to commit f66b01e24b6979e8e51d2150ce39709a4d220e58
f66b01e24b [Core] Fix count files and diff changes on FileProcessor (#1412)
|
2021-12-07 08:35:09 +00:00 |
|
Tomas Votruba
|
616997a2f0
|
Updated Rector to commit fb58a4d54a90cb95d479358bbbdb490ba792d87b
fb58a4d54a [vendor-patches] Add back patches/danielstjules-stringy-src-stringy-php.patch to patches directory (#1411)
|
2021-12-07 03:18:07 +00:00 |
|
Tomas Votruba
|
f3d9b9c31c
|
Updated Rector to commit 5493b6dc131a773e4ffe6c7fc3cf5e89f661e87e
5493b6dc13 [DX] Re-use configure() in docs + remove prefixing of ValueObjectInliner (#1410)
|
2021-12-06 21:12:03 +00:00 |
|
Tomas Votruba
|
f983f475e6
|
Updated Rector to commit 9beed78815dacf76418e7823fbfe4e39877a35d4
9beed78815 [Core] Add BetterNodeFinder::hasInstancesOfInFunctionLikeScoped() to handle only true when has same parent FunctionLike (#1405)
|
2021-12-06 19:50:11 +00:00 |
|
Tomas Votruba
|
2054911b98
|
Updated Rector to commit b2570482f09450d10717778b37e10e4732109d96
b2570482f0 [Dep] Update vendor patches files to vendor-patches repo path (#1377)
|
2021-12-06 19:45:19 +00:00 |
|
Tomas Votruba
|
8eada0bd4b
|
Updated Rector to commit 079b20c8947e3ffe85dab6ed53eff9d3f7910cdf
079b20c894 [PHP 7.4] Skip dependency on native ReflectionProperty->getType() (#1409)
|
2021-12-06 19:42:49 +00:00 |
|
Tomas Votruba
|
d33418d841
|
Updated Rector to commit a68528204268680699cf9d60a82904c7532215db
a685282042 [DowngradePhp80] Add getAttributes() reflection downgrade (#1406)
|
2021-12-06 13:10:17 +00:00 |
|
Tomas Votruba
|
573ed06c1c
|
Updated Rector to commit 99d53a903d8cde0644d2fc54584fe0a12904589b
99d53a903d [NodeTypeResolver] Remove deprecated NodeTypeResolver resolve method (#1404)
|
2021-12-06 12:58:56 +00:00 |
|
Tomas Votruba
|
2aabd11a01
|
Updated Rector to commit b6b0e646ca4dd8e61ba15b71216d3695441e4d46
b6b0e646ca [TypeDeclaration][Php 8.1] Do not skip return on parent anonymous class method (#1403)
|
2021-12-06 12:09:21 +00:00 |
|
Tomas Votruba
|
06547fe6bc
|
Updated Rector to commit 9ca73202e86519bf216d02ebbb05dc7baadd046e
9ca73202e8 [ReturnTypeDeclaration][Php 8.1] Do not skip yield parent anonymous class method (#1402)
|
2021-12-06 11:11:51 +00:00 |
|
Tomas Votruba
|
5aa845f3c2
|
Updated Rector to commit c6582a8666b4a63629abb0c23a3550d8e12c0682
c6582a8666 [TypeDeclaration][Php 8.1] Do not change parent anonymous class method return type to never on ReturnNeverTypeRector (#1400)
|
2021-12-06 08:48:05 +00:00 |
|
Tomas Votruba
|
f63516d9b4
|
Updated Rector to commit 27a78d96ede3ec222e81ea0877e82e06b95e3c87
27a78d96ed [Cleanup] merge duplicated SplitStringClassConstantToClassConstFetchRector to UseClassKeywordForClassNameResolutionRector (#1401)
|
2021-12-06 07:48:16 +00:00 |
|
Tomas Votruba
|
d66e622e1b
|
Updated Rector to commit dda87fc6d2b8632967f4907bab94918c18822807
dda87fc6d2 [VendorLocker] Allow both in vendor for child and parent on ParentClassMethodTypeOverrideGuard (#1399)
|
2021-12-06 06:57:16 +00:00 |
|
Tomas Votruba
|
ea32bebe15
|
Updated Rector to commit 29562a6545a99f893416d5ffed3767d30f41f1a6
29562a6545 [CodingStyle] Remove custom code rule ManualJsonStringToJsonEncodeArrayRector, not much generic (#1398)
|
2021-12-05 21:47:27 +00:00 |
|
Tomas Votruba
|
4b0732e6b8
|
Updated Rector to commit f99d8792f6633450b093dde042fd4e3f12879168
f99d8792f6 [Php71] Skip in if is_array() stmt on CountOnNullRector (#1387)
|
2021-12-05 21:23:07 +00:00 |
|
Tomas Votruba
|
e0bea39594
|
Updated Rector to commit 5bf6e17af006445dced02834ae312b6be6d37248
5bf6e17af0 Revert [DowngradePhp81] Follow parent return type on DowngradeNeverTypeDeclarationRector (#1395) (#1397)
|
2021-12-05 17:32:40 +00:00 |
|
Tomas Votruba
|
9eb158f214
|
Updated Rector to commit c66839e879d59f59d67004b97727d60d88510561
c66839e879 [Parallel] Simplify PhpFileProcessor (#1396)
|
2021-12-05 17:02:32 +00:00 |
|
Tomas Votruba
|
d7a85fe86b
|
Updated Rector to commit 96cf57b15bbc4e3b9d5f2f4b58820460c7de448e
96cf57b15b [DowngradePhp81] Follow parent return type on DowngradeNeverTypeDeclarationRector (#1395)
|
2021-12-05 13:55:36 +00:00 |
|
Tomas Votruba
|
560c118ef7
|
Updated Rector to commit 2d24210c3f0bd9ae33d74c4ba429b357d5f5d193
2d24210c3f [automated] Re-Generate Nodes/Rectors Documentation (#1394)
|
2021-12-05 00:35:40 +00:00 |
|
Tomas Votruba
|
e6aa910018
|
Updated Rector to commit 2fbc1d4742f67806c06d27d427b6cbcaa6a5be0f
2fbc1d4742 [automated] Re-Generate preload.php (#1393)
|
2021-12-05 00:35:00 +00:00 |
|
Tomas Votruba
|
49a3737430
|
Updated Rector to commit 41413f358863928c1275d4603353f82f223adaf5
41413f3588 [Parallel] Refactor file processor to return arrays of data to allow json (#1378)
|
2021-12-04 19:10:58 +00:00 |
|
Tomas Votruba
|
b304a9b96f
|
Updated Rector to commit 2c394f524607e563934acd5e4e3ced94c7fa557f
2c394f5246 [TypeDeclaration] Skip implements method return type on ReturnNeverTypeRector (#1390)
|
2021-12-04 17:35:09 +00:00 |
|
Tomas Votruba
|
5059b6bbbe
|
Updated Rector to commit b7ef6368f3f45670019f1236ea567e634830b379
b7ef6368f3 [Scoped] Add missing utils to downgrade paths (#1389)
|
2021-12-04 16:35:47 +00:00 |
|
Tomas Votruba
|
0a97ed4824
|
Updated Rector to commit 328319a49ad345f560b72e7e547f1a8046af0c6c
328319a49a [Rectify] [Php81] Enable Rectify on Intersection Type only (#1385)
|
2021-12-04 15:14:22 +00:00 |
|
Tomas Votruba
|
97f7bb2372
|
Updated Rector to commit 5b9b9a88c9c4637eef31dd68eb3c0bd9748f6ac9
5b9b9a88c9 [ECS] Skip FunctionTypehintSpaceFixer for add space on & (#1388)
|
2021-12-04 15:13:25 +00:00 |
|
Tomas Votruba
|
73620c4310
|
Updated Rector to commit 26166bdca1a2c0d9dcbfc4f3f3758d0bc7806306
26166bdca1 [Rectify] [Php81] Enable Rectify for New in Initialization only (#1382)
|
2021-12-04 13:10:06 +00:00 |
|
Tomas Votruba
|
3834beec1d
|
Updated Rector to commit 93ddb531c052f412b516a5b41124343df02764ae
93ddb531c0 [Php71] Skip Type from @param doc on BinaryOpBetweenNumberAndStringRector (#1386)
|
2021-12-04 13:03:42 +00:00 |
|
Tomas Votruba
|
91d829557e
|
Updated Rector to commit 00af33a5d410158e2892b7a3894cc036c306f2b7
00af33a5d4 [Rectify] [Php81] Enable Rectify on ArraySpreadInsteadOfArrayMergeRector on php 8.1 (#1383)
|
2021-12-04 13:02:13 +00:00 |
|
Tomas Votruba
|
c726969380
|
Updated Rector to commit fc10fce13dcf9767f54e4202b509020fed338645
fc10fce13d [Rectify] [Php81] Enable Rectify on Readonly Property only (#1384)
|
2021-12-04 12:47:17 +00:00 |
|
Tomas Votruba
|
4a5f1c82b3
|
Updated Rector to commit 8547bdba9dd5bf24ce08df2f7891e120ad2aad4f
8547bdba9d [Php81] Skip ReadOnlyPropertyRector on Entity id (#1379)
|
2021-12-04 07:57:42 +00:00 |
|
Tomas Votruba
|
9fef47bf04
|
Updated Rector to commit df1391d9796c3e2bdf4d386d1de7070930a11d74
df1391d979 [PHP 8.0] Retype expr by attribute parameter type (#1376)
|
2021-12-03 19:48:22 +00:00 |
|
Tomas Votruba
|
29a408a74b
|
Updated Rector to commit 24cd5338266a043f65be428240e909a87376211b
24cd533826 [TypeDeclaration] Handle string&string intersection on AddMethodCallBasedStrictParamTypeRector (#1375)
|
2021-12-03 17:02:45 +00:00 |
|
Tomas Votruba
|
4db196d862
|
Updated Rector to commit 1ba58dd16e3f1ea299b2b5503c957b0205c8eeed
1ba58dd16e [Dep] Update to php 8.1 requirement (manual) (#1374)
|
2021-12-03 14:59:20 +00:00 |
|
Tomas Votruba
|
1f00ca7740
|
Updated Rector to commit 505986d21807ab6eb81ffcb3c63997357c3eb854
505986d218 [Php81] Add Enum_ support when running on PHP 8.1 on AstResolver+ClassLikeAstResolver+RemoveEmptyMethodCallRector (#1373)
|
2021-12-03 10:14:42 +00:00 |
|
Tomas Votruba
|
9a96f2f5bf
|
Updated Rector to commit ef0cd8b345c3031b612a9660dee3a5afc0bd7aa2
ef0cd8b345 [Php81][TypeDeclaration] Handle ReadOnlyPropertyRector + ReturnTypeDeclarationRector (#1372)
|
2021-12-03 10:04:48 +00:00 |
|
Tomas Votruba
|
0625cc032d
|
Updated Rector to commit 008c08367c766e1ab5034c878f45c1278b0e5c7d
008c08367c strip empty starting/ending php tags (#1329)
|
2021-12-03 08:52:00 +00:00 |
|
Tomas Votruba
|
efc9f67b89
|
Updated Rector to commit 493d4e6d0e99cc7e5e24bcdd69d124e52d4207cb
493d4e6d0e [DowngradePhp81] Fix DowngradeArraySpreadStringKeyRector (#1371)
|
2021-12-03 07:24:03 +00:00 |
|
Tomas Votruba
|
1a2c8559f4
|
Updated Rector to commit 81a50ac6ddcd91edf119a500fbce9b0cb377b5af
81a50ac6dd [DowngradePhp81] Add DowngradeArraySpreadStringKeyRector (#1369)
|
2021-12-03 04:58:55 +00:00 |
|
Tomas Votruba
|
8a92b6daba
|
Updated Rector to commit 49d6cc0dfa08a5d36fa63f0533482722257c3534
49d6cc0dfa [Php 8.1 Dep] Update stringy vendor patches to update with #[\ReturnTypeWillChange] (#1370)
|
2021-12-03 04:56:40 +00:00 |
|
Tomas Votruba
|
cbb188acfb
|
Updated Rector to commit 922e91d84a2db321557cdcc7e06f82ec125773b6
922e91d84a [Php81] Skip non private modifier on ReadOnlyPropertyRector (#1367)
|
2021-12-02 10:13:44 +00:00 |
|
Tomas Votruba
|
df18db0134
|
Updated Rector to commit 3f07f384269bb16ad855eb249d12692511a47283
3f07f38426 VisibilityManipulator adjustment (#1362)
|
2021-12-02 07:47:15 +00:00 |
|
Tomas Votruba
|
a690f01521
|
Updated Rector to commit cec23b37b290fe57931fa426b690549c30130cbe
cec23b37b2 [Php81] Skip no type param on ReadOnlyPropertyRector (#1365)
|
2021-12-02 07:35:25 +00:00 |
|
Tomas Votruba
|
e705b30593
|
Updated Rector to commit 1cbf32d44cf52efac3d89960058dd569331c7884
1cbf32d44c [Php81] Add scalar type on Enum MyCLabsClassToEnumRector and SpatieEnumClassToEnumRector (#1366)
|
2021-12-02 07:34:29 +00:00 |
|
Tomas Votruba
|
768d809544
|
Updated Rector to commit 3f07f384269bb16ad855eb249d12692511a47283
3f07f38426 VisibilityManipulator adjustment (#1362)
|
2021-12-02 07:34:16 +00:00 |
|
Tomas Votruba
|
b906cce871
|
Updated Rector to commit 25da77f059de1b8871789cce1eab46716ff5c5f8
25da77f059 Remove symplify lock on package_tests (#1363)
|
2021-12-01 19:53:21 +00:00 |
|
Tomas Votruba
|
4f23028073
|
Updated Rector to commit bb990765b43cf509f754c40f7e77992a8d31beb8
bb990765b4 [Dep] Update to php-parser ^4.13.2 (#1359)
|
2021-12-01 10:37:00 +00:00 |
|