16654 Commits

Author SHA1 Message Date
Tomas Votruba
86016b833d Updated Rector to commit 31ad417ee444a31ed1ca07c54e9dddac2404fc1b
31ad417ee4 Make relativeFilePathFromDirectory() private as used only locally (#4735)
2023-08-09 13:19:45 +00:00
Tomas Votruba
7c1470fadd Updated Rector to commit 6b84177a797f708f5abe2f69befe43d696e32ba5
6b84177a79 [DX] Add ProcessConfigureDecorator to avoid superfluous composition (#4734)
2023-08-09 13:17:04 +00:00
Tomas Votruba
8c38570f22 Updated Rector to commit 6942dabb36d6687b1f9a77eff1a357dd2acfbf47
6942dabb36 [DX] Move RectifiedAnalyzer to Skipper service (#4733)
2023-08-09 13:07:19 +00:00
Tomas Votruba
fb2023e2bd Updated Rector to commit ef021221858b602a9b39e0b8e403530d1671d453
ef02122185 Remove appendArgs() method on AbstractRector (#4732)
2023-08-09 12:45:29 +00:00
Tomas Votruba
80654c23af Updated Rector to commit 8ae33c5f7ce2f1b27dd0a3100f8e9bdbb18a5361
8ae33c5f7c [Php70] Remove appendArgs() usage on CallUserMethodRector (#4731)
2023-08-09 12:42:27 +00:00
Tomas Votruba
e7097335cd Updated Rector to commit b93e285a4a72ef12d4892852118d5ab7b1b48bdd
b93e285a4a [DX] Remove AddDefaultValueForUndefinedVariableRector as can generate broken code and depends on context (#4729)
2023-08-09 10:56:45 +00:00
Tomas Votruba
dcc3c616a4 Updated Rector to commit 59cf4dd699aff10f3cd59bdfc11236651200383a
59cf4dd699 [DX] Validate rules no longer exists on $rectorConfig->skip() (#4728)
2023-08-09 09:13:23 +00:00
Tomas Votruba
e0af8c24c9 Updated Rector to commit b98df68ebb65cc05b7faba113e8e81a56d501c08
b98df68ebb [TypeDeclaration] Allow change multiple methods on AddParamTypeDeclarationRector (#4727)
2023-08-09 06:40:30 +00:00
Tomas Votruba
6703dc85ab Updated Rector to commit ea91c99695a8a8108bad4428c7febcf4222a363d
ea91c99695 Reduce private accessor usage on get parent class name not autoload (#4726)
2023-08-09 02:16:25 +00:00
Tomas Votruba
62bbbc5de1 Updated Rector to commit 662cbb9e6b9cf4842d833965dceed8eec77a0e17
662cbb9e6b [DX] Laravel container + test case improvements (#4725)
2023-08-08 16:32:19 +00:00
Tomas Votruba
8bc3a6415e Updated Rector to commit 0633dcc1de6186ff0f5186465cf47f9d97e2baf5
0633dcc1de [DX] Remove autoimport from unrelated tests, handled in importing (#4724)
2023-08-08 16:19:58 +00:00
Tomas Votruba
135fa91a30 Updated Rector to commit 88112d208bafbe266d5b0e5ec7fcb84058280ce2
88112d208b [TypeDeclaration] Skip non void or never already return typed on ReturnNeverTypeRector (#4723)
2023-08-08 15:44:06 +00:00
Tomas Votruba
30ec2e23dc Updated Rector to commit c098c8d87e319e4c4ceef04655258976c6f29286
c098c8d87e [cleanup] Remove autoimport from tests, handled in importing (#4722)
2023-08-08 15:38:50 +00:00
Tomas Votruba
ee45a5a26e Updated Rector to commit 17fe187769dba735386f3afbad705e27de46b887
17fe187769 [TypeDeclaration] Skip param setter method intersection docblock not autoload on ReturnNeverTypeRector (#4721)
2023-08-08 15:26:09 +00:00
Tomas Votruba
dc504e2a35 Updated Rector to commit 0a8ffe3ac8f42a93fb2853cc7ee93a1acced8a89
0a8ffe3ac8 [Types] Make AddVoidReturnTypeWhereNoReturnRector work only with type-declaration, as reliable (#4720)
2023-08-08 14:29:00 +00:00
Tomas Votruba
5602ee85cd Updated Rector to commit 3de7c697f5adc910481ff5873674284b2836dc50
3de7c697f5 [DX] Remove *AnnotationIncorrectNullableRector rules as works with unreliable docblocks and can have 2 solutions (#4719)
2023-08-08 13:25:26 +00:00
Tomas Votruba
57a69ad4a0 Updated Rector to commit b00b694fc423331a17c02f2ad225fbbacc750d2a
b00b694fc4 [DX] Cache rector test config loading by file + class to avoid booting over and over per fixture (#4718)
2023-08-08 10:04:25 +00:00
Tomas Votruba
d399c76138 Updated Rector to commit c2edf2f6df801b64c8ba0f90e277de2ff8515b44
c2edf2f6df [Reflection] Remove #[Required] on ReflectionResolver (#4716)
2023-08-08 08:58:53 +00:00
Tomas Votruba
3c5f7a4dd4 Updated Rector to commit eed1dca02b44f63a00f232631763eddce1545094
eed1dca02b [DX] remove branch alias to avoid miss-versioning, use specific tag instead (#4715)
2023-08-08 08:50:04 +00:00
Tomas Votruba
580a5566b1 Updated Rector to commit 211deb44af8953bc0e67095d64aa45ec0e17d157
211deb44af [Console] Remove #[Required] on AbstractProcessCommand (#4713)
2023-08-08 01:59:11 +00:00
Tomas Votruba
cd0b3a7cca Updated Rector to commit 6e9378e3bf2a4ae78fb53d93e193be473ffcb5d4
6e9378e3bf [DX] Merge RectorOutputStyle, OutputStyleInterface to RectorStyle (#4711)
2023-08-07 21:49:15 +00:00
Tomas Votruba
8689c339f5 Updated Rector to commit acce9fa86f3942563d11dddf5c37114ee5ae8c00
acce9fa86f Misc make use of AbstractLazyTestCase (#4710)
2023-08-07 18:37:36 +00:00
Tomas Votruba
341eb6df44 Updated Rector to commit fe9d91c0c0f9553e27dfae17a391236f27498e5c
fe9d91c0c0 [DX] Make use of Laravel container - step #14 (#4709)
2023-08-07 18:15:37 +00:00
Tomas Votruba
5ff5bf0287 Updated Rector to commit 58f3e0cb15ccf65e9a364da08b272d9313554623
58f3e0cb15 [DX] Make use of Laravel container - step #13 (#4708)
2023-08-07 17:58:20 +00:00
Tomas Votruba
7e2a628d19 Updated Rector to commit e2a663644661e2726413a88f228784d6879f5e4e
e2a6636446 [DX] Make use of Laravel container - step #12 (#4707)
2023-08-07 17:39:41 +00:00
Tomas Votruba
ce76f6974a Updated Rector to commit efdbf98138d1bdd2e864c9e4abcfc53f7b88b3f0
efdbf98138 Fix build (#4706)
2023-08-07 16:31:04 +00:00
Tomas Votruba
6b04a1549b Updated Rector to commit 734233107cae347d5987f3f2e9d1c5c69a4db3fa
734233107c [PHPStanStaticTypeMapper] Remove #[Required] on IntersectionTypeMapper (#4705)
2023-08-07 16:22:19 +00:00
Tomas Votruba
f4aa905f07 Updated Rector to commit 92b6e3a6d1e9a4289b5347e52f1cf379a68d74b4
92b6e3a6d1 [TypeDeclaration] Use return bool for ParentClassMethodTypeOverrideGuard::hasParentClassMethod(), return ?MethodReflection for ParentClassMethodTypeOverrideGuard::getParentClassMethod() (#4703)
2023-08-07 13:20:45 +00:00
Tomas Votruba
dd899d3abb Updated Rector to commit 41a4d2456cde167c50c628f62aa5587689c0a8b5
41a4d2456c fix variable name (#4704)
2023-08-07 13:06:07 +00:00
Tomas Votruba
a68d89f0cc Updated Rector to commit 6f1f2676d45d2c514d567bdb52cfbb06c8b3db53
6f1f2676d4 [DX] Various injection and tests details improvement (#4702)
2023-08-07 12:16:32 +00:00
Tomas Votruba
ad2ad2a097 Updated Rector to commit 77258018af10a7c23477831e0eab49dd7c0b2bfe
77258018af Trigger Rectify (#4701)
2023-08-07 11:02:42 +00:00
Tomas Votruba
4cf14d6438 Updated Rector to commit 493e4f89c9f9a033668301cd4eee4df7e77df0cb
493e4f89c9 Skip code changes on unresolvable/unknown classes (#4619)
2023-08-07 10:55:35 +00:00
Tomas Votruba
60a90b19ce Updated Rector to commit 73112a253e40199adda14259717e4d8c630c97d1
73112a253e [StaticTypeMapper] Remove #[Required] on IntersectionTypeMapper (#4700)
2023-08-07 10:02:12 +00:00
Tomas Votruba
ec1aef0b55 Updated Rector to commit bb2e1e5fc0d15c83cd9df52d7fe6da22c1bb169d
bb2e1e5fc0 [NodeAnalyzer] Pass ReflectionProvider to __construct() on CallAnalyzer (#4699)
2023-08-07 09:47:53 +00:00
Tomas Votruba
197a05c117 Updated Rector to commit 97214e0856d96bdc8e4536746fcaca0b5bc27be1
97214e0856 [NodeAnalyzer] Remove #[Required] on CallAnalyzer (#4697)
2023-08-07 05:31:14 +00:00
Tomas Votruba
fa20ce4ba0 Updated Rector to commit bb284f658574249ce2f2da444b8c0d982b811819
bb284f6585 [PHPStanStaticTypeMapper] Reduce autowire() parameter on ArrayTypeMapper (#4696)
2023-08-07 05:11:00 +00:00
Tomas Votruba
16793c8988 Updated Rector to commit a459f5ac61ecfd01d680ef5ffb825471ad3cb11b
a459f5ac61 [StaticTypeMapper] Remove #[Required] on UnionTypeMapper (#4695)
2023-08-07 04:54:00 +00:00
Tomas Votruba
820a69e070 Updated Rector to commit a95f628548976913ef6dd480c8f07897ec4140c4
a95f628548 [NodeTypeResolver] Remove #[Required] on NameTypeResolver (#4694)
2023-08-07 04:29:55 +00:00
Tomas Votruba
50dd6616d2 Updated Rector to commit 0f15b99a2c4b942273a848947ea342c4651e12bf
0f15b99a2c [StaticTypeMapper] Reduce autowire() parameter on NameScopeFactory (#4692)
2023-08-07 04:18:10 +00:00
Tomas Votruba
08df49faa5 Updated Rector to commit 033289a3b207c6a1cd9cba0cd027a16c45356aa8
033289a3b2 [CodingStyle] Remove #[Required] on ShortNameResolver (#4691)
2023-08-07 04:08:22 +00:00
Tomas Votruba
74fa2941c2 Updated Rector to commit 35a594b090ffd56a8fcb8fc56b9afcd22842655c
35a594b090 [StaticTypeMapper] Remove #[Required] on NullableTypeNodeMapper (#4690)
2023-08-07 03:53:35 +00:00
Tomas Votruba
76dd6da79d Updated Rector to commit 09148f1362885429bd766199425c510d6a2629d3
09148f1362 [StaticTypeMapper] Remove #[Required] on UnionTypeNodeMapper (#4689)
2023-08-07 03:37:55 +00:00
Tomas Votruba
9fac241be1 Updated Rector to commit e9a97469558e5e154a185bae388f214e1f0d5c56
e9a9746955 [PhpParser] Remove #[Required] on ClassLikeAstResolver (#4688)
2023-08-07 03:26:51 +00:00
Tomas Votruba
d2266d0a76 Updated Rector to commit 0d62894545caec468b9ff170cfcf0566ccab6d3d
0d62894545 [StaticTypeMapper] Remove #[Required] on IntersectionTypeNodeMapper (#4687)
2023-08-07 03:12:44 +00:00
Tomas Votruba
aa4367814a Updated Rector to commit 1fefdc4a4fb41b1e95f33f8962d034c88a551950
1fefdc4a4f [DX] Make use of Laravel container in few tests - step #9 (#4686)
2023-08-06 23:28:48 +00:00
Tomas Votruba
51e992ad7e Updated Rector to commit d72e5f9e3e9f73d0646e5c5f10230d1882eefb92
d72e5f9e3e [DX] Make use of Laravel container in few tests - step #8 (#4685)
2023-08-06 20:45:35 +00:00
Tomas Votruba
48c3ac3861 Updated Rector to commit e4ff6737d4b359cd03db84c1c19e7de43890c652
e4ff6737d4 [DX] Make use of Laravel container in few tests - step #7 (#4684)
2023-08-06 20:25:21 +00:00
Tomas Votruba
7ca77f9bcd Updated Rector to commit efd17bd9794f5b7600dda714eeee72281ff69216
efd17bd979 [DX] Make use of Laravel container in few tests - step #6 (#4683)
2023-08-06 20:22:42 +00:00
Tomas Votruba
4155e20b7b Updated Rector to commit fa648ed4f015ebc5a3d70b23ff8003b67ff271ee
fa648ed4f0 [DX] Make use of Laravel container in few tests - step #5 (#4682)
2023-08-06 19:48:32 +00:00
Tomas Votruba
b4217dc9cd Updated Rector to commit 3a048f6f6a6614a46eea06abffb7324b15fdc9dc
3a048f6f6a [DX] Make use of Laravel container in few tests - step #4 (#4681)
2023-08-06 17:22:21 +00:00