Commit Graph

5174 Commits

Author SHA1 Message Date
Tomas Votruba
b823b681f4 Updated Rector to commit 16ba249bcee39137ba27b687bbfc6f15761c99c5
16ba249bce remove --dry-run to pass
2023-09-27 14:39:11 +00:00
Tomas Votruba
bf5fffcc74 Updated Rector to commit 1d07f2626d04cd5ebeb6c35b444b3e28ce51c5ec
1d07f2626d [build] Expect diffs
2023-09-27 14:38:01 +00:00
Tomas Votruba
8c5990c74a Updated Rector to commit 07f9aa02529af0e5a33c6ee98a2d2730d813ee2b
07f9aa0252 [build] no PR on build rector
2023-09-27 14:37:52 +00:00
Tomas Votruba
92b441a510 Updated Rector to commit 5879d88416676e80021ce61eb169c4d70422b2bf
5879d88416 [build] add back php 7.4 test
2023-09-27 14:35:58 +00:00
Tomas Votruba
429a7683b2 Updated Rector to commit 4726d37f988476ab4d31d8d969a211aedd92aa51
4726d37f98 [build] fix build e2e paths to use installed rector package
2023-09-27 14:30:16 +00:00
Tomas Votruba
73c6f075ef Updated Rector to commit 0ed14ec01d843a1266dce5c2e267861fe623c46c
0ed14ec01d [build] Remove bare run, as the build package depends on phpstan/phpstan, required to be installed as 3rd party
2023-09-27 14:23:34 +00:00
Tomas Votruba
891fb430c5 Updated Rector to commit b7ef56e7b2273c94f7ce08691ac5c8f227d5ab7d
0c64b6d7ee [build] require phpstan/phpstan
b7ef56e7b2 [build] note about local run
2023-09-27 14:21:07 +00:00
Tomas Votruba
941ed47703 Updated Rector to commit 7a87774b97c52dba78556810b984720935ded53a
1e683dcaf1 move up
7a87774b97 [build] fix to existing dirs
2023-09-27 14:03:07 +00:00
Tomas Votruba
de657e6fed Updated Rector to commit cb4e5de3792cb2006383a70152ed0556642ca336
cb4e5de379 [build] do not update dev depenencies after phpstan/phpstan removal
2023-09-27 13:44:26 +00:00
Tomas Votruba
8bfbd2f5d4 Updated Rector to commit 4faaeba9f3cb1cce8d85db4e29dac2bc76b1933e
4faaeba9f3 remove unused phpstan-for-rector.neon
2023-09-27 13:08:26 +00:00
Tomas Votruba
0bac9c9526 Updated Rector to commit 5fb68b4a0c04c968a8edaa3556406838d4748757
5fb68b4a0c InlineConstructorDefaultToPropertyRector Readonly Class (#5085)
2023-09-27 13:06:03 +00:00
Tomas Votruba
a776210800 Updated Rector to commit 1a65049a8834272e812d10de3954ffeb88f47296
1a65049a88 move up
2023-09-27 13:05:05 +00:00
Tomas Votruba
cd9ba20d46 Updated Rector to commit ecdb4c7ff209be89c5ae98bddc4124d0cd437a0a
b5c14e699c [build] Remove needs for custom config
ecdb4c7ff2 trigger
2023-09-27 13:02:52 +00:00
Tomas Votruba
1d1339dd53 Updated Rector to commit b483230a5bb027f24dbfe46e5a4416abd6b4788f
b483230a5b [Performance] Remove regex for check start with big letter on ShortNameResolver (#5084)
2023-09-26 21:57:19 +00:00
Tomas Votruba
b9b9c81ade Updated Rector to commit 50eb9efa1098d832343761d0af398449c726caf9
50eb9efa10 [Performance] Avoid ReflectionProvider check function exists on NameImportingPostRector (#5083)
2023-09-26 21:41:55 +00:00
Tomas Votruba
000dcd9b3b Updated Rector to commit 50e589ca482e73daea8d2d4949c9ec9869fa59a3
50e589ca48 Feature/fix class annotation bad print (#5081)
2023-09-26 20:43:15 +00:00
Tomas Votruba
d99a91176b Rector 0.18.4 2023-09-25 17:07:54 +00:00
Tomas Votruba
6bcd7272d2 Updated Rector to commit bd4c8dd98828626b78fd1418b1f6c985778a2fb6
bd4c8dd988 [Performance] Avoid unnecessary IO dumpFile() called when file has no change on FileProcessor (#5079)
2023-09-24 12:10:54 +00:00
Tomas Votruba
3487ef9422 Updated Rector to commit 2e86f7660f53eeffb9634f1598a88a821fb6bad1
2e86f7660f [AutoImport] Add test skip start with shebang #!/usr/bin/php -q (#5078)
2023-09-24 11:08:59 +00:00
Tomas Votruba
452859f92f Updated Rector to commit e38909dbc086a70e5564e21d8af87aab9c1dc62d
e38909dbc0 Docblock fix on ShortNameResolver (#5077)
2023-09-24 10:06:03 +00:00
Tomas Votruba
9b44046c45 Updated Rector to commit 4f199368893906bf5d9f89b936e97297888de463
4f19936889 [AutoImport] Skip case insensitive conflict defined class name on $rectorConfig->importNames() (#5076)
2023-09-24 09:51:58 +00:00
Tomas Votruba
4837e829cf Updated Rector to commit 803d9ec70934d3fa4a2d97d8e50bb38729b44d10
803d9ec709 [Docs] Skip collector from rule doc generator command (#5075)
2023-09-24 09:38:32 +00:00
Tomas Votruba
08913427ee Updated Rector to commit 0d9b38d62ebb6f9f1264240c384ca1918c0c45a2
0d9b38d62e DX: Validate paths in RectorConfig->paths() (#5065)
2023-09-24 09:18:15 +00:00
Tomas Votruba
0ea0221716 Updated Rector to commit 061eea0c0aca9f6f15ad35c82d5a9cb5323f3919
061eea0c0a [automated] Apply Coding Standard (#5074)
2023-09-24 00:28:19 +00:00
Tomas Votruba
365373f6ba Updated Rector to commit 59e25d914e4689e707f148d95c76025dc0b01136
59e25d914e [Performance] Remove regex check on open tag spaced check on FileProcessor (#5073)
2023-09-23 18:56:28 +00:00
Tomas Votruba
4b7d5cbe32 Updated Rector to commit 8bfaf450145e25e27e33e0ba2ead4c7348c6aa43
8bfaf45014  [Php80] Mirror switch comment to match to ChangeSwitchToMatchRector  (#5072)
2023-09-23 13:19:03 +00:00
Tomas Votruba
718b62bf2c Updated Rector to commit defd57b99b2f442199c6d4c63357e786d514253b
defd57b99b Move betterNodeFinder,valueResolver,phpDocInfoFactory dependencies from AbstractRector into rules (#5071)
2023-09-23 12:32:25 +00:00
Tomas Votruba
fa675a27fa Updated Rector to commit defd57b99b2f442199c6d4c63357e786d514253b
defd57b99b Move betterNodeFinder,valueResolver,phpDocInfoFactory dependencies from AbstractRector into rules (#5071)
2023-09-23 12:16:30 +00:00
Tomas Votruba
0a1f02d765 Updated Rector to commit 9b319efffa0bb091b0a4cbccffff3b4ed657fb72
9b319efffa [DX] Show warning on AbstractRector::__get() when pull deprecated property from AbstractRector (#5069)
2023-09-23 10:43:41 +00:00
Tomas Votruba
42360f35ac Updated Rector to commit 9abbcb11eef3e62534ab116c5cbcd1e9d58c01f6
9abbcb11ee Fix fixture file names (#5067)
2023-09-22 20:47:52 +00:00
Tomas Votruba
b8d67b2a4f Updated Rector to commit d9d1fd27214af2c55612bfb852bc01b10663d1d6
d9d1fd2721 Check fixtures with PHPStan (#5026)
2023-09-22 15:30:54 +00:00
Tomas Votruba
4ee58b2d9a Updated Rector to commit ecc0a2889157f7da9de1adee1a3f3f581844d2e2
ecc0a28891 fix UT
2023-09-22 12:18:58 +00:00
Tomas Votruba
e39c97513e Updated Rector to commit ecc0a2889157f7da9de1adee1a3f3f581844d2e2
ecc0a28891 fix UT
2023-09-22 12:13:15 +00:00
Tomas Votruba
0e33c04f76 Updated Rector to commit 85a407a1b75939448a0ee6d539ebe86538252e52
85a407a1b7 Deprecate BinarySwitchToIfElseRector as opinionated to allow more suitable match() refactoring (#5064)
2023-09-22 10:40:02 +00:00
Tomas Votruba
4f42274ab7 Updated Rector to commit 85a407a1b75939448a0ee6d539ebe86538252e52
85a407a1b7 Deprecate BinarySwitchToIfElseRector as opinionated to allow more suitable match() refactoring (#5064)
2023-09-22 09:56:10 +00:00
Tomas Votruba
f6beffcb30 Updated Rector to commit 40d127ee553bda3f486546f721a72698830d5b89
40d127ee55 [TypeDeclaration] Test native-type ArrayDimFetch on numeric keys (#5063)
2023-09-21 19:41:14 +00:00
Tomas Votruba
5b032cf2ce Updated Rector to commit c3d2ccfd2e5e40901b152df6b8d0a4275de1f23e
c3d2ccfd2e [NodeTypeResolver] Handle optional array shape on native function like with ArrayDimFetch (#5062)
2023-09-21 17:22:54 +00:00
Tomas Votruba
06467e73f0 Updated Rector to commit 36f0b4ad9751892be63b57ccd95ecc75404c8cee
36f0b4ad97 Make RemoveEmptyClassMethodRector skip deprecated class method, as used for BC (#5061)
2023-09-21 15:47:17 +00:00
Tomas Votruba
1372be8587 Updated Rector to commit 84916ed4ada651a1a8d3afa2d83473d536fd3030
84916ed4ad [TypeDeclaration] Skip ArrayDimFetch for return and param types (#5059)
2023-09-21 13:39:21 +00:00
Tomas Votruba
d97b49ad5b Updated Rector to commit 9f88b630a9999eb596a3f18cbd00965f0033796e
9f88b630a9 [TypeDeclaration] Skip ArrayDimFetch by return array doc on AddMethodCallBasedStrictParamTypeRector (#5058)
2023-09-21 13:34:54 +00:00
Tomas Votruba
4a3e045983 Updated Rector to commit 69055b5aede907500e2fc102c0d8d4747e20df38
69055b5aed [CodingStyle][EarlyReturn] Fix infinite if else on BinarySwitchToIfElseRector+RemoveAlwaysElseRector (#5057)
2023-09-21 12:16:27 +00:00
Tomas Votruba
82fb004302 Updated Rector to commit ad96b1f8c56f4b0f7abd04b049ffbdb6d4e1d0e2
ad96b1f8c5 [NodeTypeResolver] pull getType() on ArrayDimFetch when not mixed type from its variable native definition (#5056)
2023-09-21 11:31:13 +00:00
Tomas Votruba
159eb49f8e Updated Rector to commit 884a47e2b3a1d0f1508f83715c4d18efe00766de
884a47e2b3 [Dep] Remove abandoned phpstan/phpstan-php-parser on require-dev (#5054)
2023-09-20 18:33:19 +00:00
Tomas Votruba
a991908b36 Updated Rector to commit 9c18b86edadc4f9e538d7065a62ba386ec14b6ad
9c18b86eda cleanup
2023-09-20 16:18:13 +00:00
Tomas Votruba
4b8fc3fb05 Updated Rector to commit e698133cad1a85f2384a6cf450d66c54df1876a2
e698133cad [DX] Make ValueResolver explicitly required in Rector rules constructor if needed (#5053)
2023-09-20 12:55:35 +00:00
Tomas Votruba
3827f75ecd Updated Rector to commit 23d429233d37af0d743b4d4dc622828c704d2d2f
23d429233d [DX] Make ValueResolver explicitly required in Rector rules constructor if needed (#5052)
2023-09-20 12:53:23 +00:00
Tomas Votruba
b2b3a0f5cc Updated Rector to commit 33fa6262970128e964fc4099d88d9a7369828e1a
33fa626297 [DX] Make PhpDocInfoFactory explicitly required in Rector rule constructor, if needed (#5051)
2023-09-20 12:41:26 +00:00
Tomas Votruba
3a35226590 Updated Rector to commit 5ee831f533cf97bc985b381cfd067122e2a479d2
5ee831f533 [TypeDeclaration] Add return static property support on ReturnTypeFromStrictTypedPropertyRector (#5050)
2023-09-19 13:48:46 +00:00
Tomas Votruba
db78ff1331 Updated Rector to commit 76611f69af76327be04538df7b8c568600ac58c0
76611f69af Deprecate TypedPropertyFromStrictConstructorReadonlyClassRector as based on docblock and public elements; use private elements and property promotion instead (#5049)
2023-09-19 13:45:02 +00:00
Tomas Votruba
09bdee3938 Updated Rector to commit 765e849e612553708296dd501375b49784ad1ca8
765e849e61 Narrow rule complexity, add custom PHPStan to check whole rule complexity tree and spot architecture flaws (#5025)
2023-09-19 13:41:47 +00:00
Tomas Votruba
76a717ee63 Updated Rector to commit e8718df6389c07916c967ae8650e3905a98550b9
e8718df638 typo
2023-09-19 12:25:24 +00:00
Tomas Votruba
4ea05c5a5f Updated Rector to commit e530fc1e1a98faa22509115e79de5e5f2997208d
e530fc1e1a Introducing Collectors - final step 🥳  - processing collected data + test case (#4970)
2023-09-19 11:53:28 +00:00
Tomas Votruba
5ea7f9b378 Updated Rector to commit de462cf186c7bdaa8f5ed278fec681232c1f34ae
de462cf186 tidy fixture
2023-09-19 10:41:44 +00:00
Tomas Votruba
00f0a02e41 Updated Rector to commit 3ffd995dd526de72ae1c325ff225bf50624d07c5
3ffd995dd5 [DeadCode] RemoveDeadZeroAndOneOperationRector should not remove Constants (#4910)
2023-09-19 10:39:33 +00:00
Tomas Votruba
0d8832a7b0 Updated Rector to commit 95e11476da887e03190937eaa73284c698cc9a6e
95e11476da [VendorLocker] Remove unneeded hasClassMethodExprReturn() method on ClassMethodReturnTypeOverrideGuard::shouldSkipClassMethod() (#5047)
2023-09-19 09:52:30 +00:00
Tomas Votruba
42058c255b Updated Rector to commit 535ef5909272fe83d43f5bcf997d74222ac25cdc
535ef59092 Revert "[Performance][NodeTypeResolver] Remove $mutatingScope->enterCatchType() usage on PHPStanNodeScopeResolver (#5045)" (#5046)
2023-09-19 09:12:48 +00:00
Tomas Votruba
e31de99f8d Updated Rector to commit 535ef5909272fe83d43f5bcf997d74222ac25cdc
535ef59092 Revert "[Performance][NodeTypeResolver] Remove $mutatingScope->enterCatchType() usage on PHPStanNodeScopeResolver (#5045)" (#5046)
2023-09-19 08:55:15 +00:00
Tomas Votruba
6020150b01 Updated Rector to commit 1fe0f127b4ba8e82fef1529bf1b29c1e607a9adf
1fe0f127b4 Cleanup phpstan errors (#5044)
2023-09-19 07:28:19 +00:00
Tomas Votruba
edaa1076ee Updated Rector to commit a3d2fcda640abe4af03822e415c5fbe757c2f88c
a3d2fcda64 [NodeTypeResolver] Use Scope->getType() on ArrayDimFetch on NodeTypeResolver::getNativeType() (#5037)
2023-09-19 07:09:37 +00:00
Tomas Votruba
e43f2a6386 Updated Rector to commit a3d2fcda640abe4af03822e415c5fbe757c2f88c
a3d2fcda64 [NodeTypeResolver] Use Scope->getType() on ArrayDimFetch on NodeTypeResolver::getNativeType() (#5037)
2023-09-18 22:07:04 +00:00
Tomas Votruba
d7b6d352e5 Updated Rector to commit 308178a058b057813283852029a7b2aaa026568a
308178a058 Adding collectors - step 3 (#5043)
2023-09-18 17:12:03 +00:00
Tomas Votruba
931ab640df Updated Rector to commit e084356a6aa394a37db6ee1ef153cf8c860a1db5
e084356a6a Adding collectors - step 2 (#5042)
2023-09-18 16:39:38 +00:00
Tomas Votruba
a7266f01f8 Updated Rector to commit 7e55eaa7bf99a42b8bbd4c1b9b25ee2f7f1a7ab6
7e55eaa7bf Bump to newer phpstan-extensions (#5041)
2023-09-18 15:27:40 +00:00
Tomas Votruba
caa99019bf Updated Rector to commit 7e55eaa7bf99a42b8bbd4c1b9b25ee2f7f1a7ab6
7e55eaa7bf Bump to newer phpstan-extensions (#5041)
2023-09-18 13:55:57 +00:00
Tomas Votruba
fbe9c07e7a Updated Rector to commit 7e55eaa7bf99a42b8bbd4c1b9b25ee2f7f1a7ab6
7e55eaa7bf Bump to newer phpstan-extensions (#5041)
2023-09-18 08:34:10 +00:00
Tomas Votruba
252f281a42 Updated Rector to commit d10b3b1080ed82a48e7506cf025a5449c904441a
d10b3b1080 Use realpath() as string on MissingInSetCommand (#5040)
2023-09-18 06:23:40 +00:00
Tomas Votruba
65c9e5396a Updated Rector to commit 2cf8d837421963a540d2cf6e3b42702b1a8ae09e
2cf8d83742 [TypeDeclaration] Handle fallback from param same type object on ReturnTypeFromReturnNewRector (#5039)
2023-09-18 06:15:34 +00:00
Tomas Votruba
8e037982d6 Updated Rector to commit c956f862094345e72533d83e629938437bf29a43
c956f86209 fix(ArrayKeyFirstLastRector): Skip exection when pointer is changed (#5038)
2023-09-17 13:19:31 +00:00
Tomas Votruba
dc61ee1240 Updated Rector to commit 8ba3d90ba430782c8e9bba135411260df802df3e
8ba3d90ba4 EmptyOnNullableObjectToInstanceOfRector: skip phpdoc (#5034)
2023-09-17 07:02:22 +00:00
Tomas Votruba
2a1bb45c83 Updated Rector to commit b26d507d873f7e8ba8f87be261d321341431ac80
b26d507d87 Run composer docs weekly (#5035)
2023-09-17 06:58:27 +00:00
Tomas Votruba
98b7592a30 Updated Rector to commit f40ec62cb8ac7001658e25d4928dc028fa4d9e55
f40ec62cb8 BinaryOpNullableToInstanceofRector: test phpdoc ignorance (#5033)
2023-09-17 06:57:56 +00:00
Tomas Votruba
77cbaa7c42 Updated Rector to commit 8f8074f6d30e657621bf6ead352d062d228274ed
8f8074f6d3 SimplifyIfNullableReturnRector: fix example (#5032)
2023-09-17 06:44:25 +00:00
Tomas Votruba
3939ac0648 Updated Rector to commit 173399b8894b7bfe802662064a8814e5560c3328
173399b889 [Performance][Testing] Use str_contains instead of regex in FixtureSplitter (#5030)
2023-09-17 05:03:54 +00:00
Tomas Votruba
6942fe920b Updated Rector to commit 780c5afe7b1623fe23e6c198665f692275fe798e
780c5afe7b [automated] Apply Coding Standard (#5031)
2023-09-17 00:30:04 +00:00
Tomas Votruba
279e6b242e Updated Rector to commit 0acf4bd13469aff2ad461317d026234840aa8091
0acf4bd134 Simplify UseIdenticalOverEqualWithSameTypeRector (#5029)
2023-09-16 11:56:33 +00:00
Tomas Votruba
01c783a2bf Updated Rector to commit c8ff683305a228aa2bfbe2c11eccc7a712c5db94
c8ff683305 Remove inline-@var use (#5028)
2023-09-16 11:45:20 +00:00
Tomas Votruba
c33ef2a625 Updated Rector to commit e6d5d3620448b27bce7d080c9832558e2f6cdf38
e6d5d36204 [CodeQuality]: Skip PHPDoc (#5027)
2023-09-16 08:08:56 +00:00
Tomas Votruba
af93ed53e4 Updated Rector to commit 0678674828c37813873d3bd4612c86d0a405948c
0678674828 [AutoImport] Fix conflict current namespace auto import (#5024)
2023-09-15 19:07:43 +00:00
Tomas Votruba
e66812ed4d Updated Rector to commit 0678674828c37813873d3bd4612c86d0a405948c
0678674828 [AutoImport] Fix conflict current namespace auto import (#5024)
2023-09-15 12:53:52 +00:00
Tomas Votruba
810ae4c396 Updated Rector to commit f6063588c0107450e51333934308f71434722f68
f6063588c0 [DX] Lower current node dependency - pass it directly to doc node parsing (#5023)
2023-09-15 11:53:42 +00:00
Tomas Votruba
224235c3f7 Updated Rector to commit 307b9d6c470480b8dea2bee8bcf6fbcc352bbf79
307b9d6c47 Add note on using pwsh on Windows with parallel mode (#5022)
2023-09-15 07:10:20 +00:00
Tomas Votruba
42d1e7d15e Updated Rector to commit 21e3128746a05e4ff78b27e338412f98a1cbe39f
21e3128746 Run tests on macos (#5019)
2023-09-14 18:49:49 +00:00
Tomas Votruba
7c6e836295 Updated Rector to commit 7b7b4fb61bc2a7088823e7cfabf8a29b4fec516c
7b7b4fb61b Fix TypedPropertyFromStrictConstructor* order (#5021)
2023-09-14 17:21:03 +00:00
Tomas Votruba
d8dbb74079 Updated Rector to commit 5b423425e584112ae7a02a6e7236c667cd5aedd0
5b423425e5 TypedPropertyFromStrictConstructorRector: Skip phpdoc types (#5020)
2023-09-14 17:09:03 +00:00
Tomas Votruba
8ca231f47a Updated Rector to commit 2b177e80e2630c97653aa9d57ac87acbc1433524
2b177e80e2 add fixture to validate
2023-09-14 12:21:59 +00:00
Tomas Votruba
4f47fbf001 Updated Rector to commit ba0291fec8e4ade7fc9692f6308172654f2b67da
ba0291fec8 Typo fix (#5017)
2023-09-14 11:48:17 +00:00
Tomas Votruba
7b7327844c Updated Rector to commit d188b67d8620ffba4c2488cdaab20853ba804f14
d188b67d86 Fix unit test on macOS for testing spaced root project on WorkerCommandLineFactoryTest (#5016)
2023-09-14 08:30:58 +00:00
Tomas Votruba
5f78db9416 Updated Rector to commit 0e869b9b70c1871d5c212c3b2fdaf388955747ce
0e869b9b70 [Parallel] Handle Spaced root project main script on parallel process (#4813)
2023-09-14 08:19:41 +00:00
Tomas Votruba
cdaa25cb85 Updated Rector to commit 23840739198816814b463df4a9510bb8f4f5fbda
2384073919 [VendorLockResolver] Reduce repetitive getName() on ClassMethodParamVendorLockResolver (#5015)
2023-09-13 19:48:27 +00:00
Tomas Votruba
1543cccc56 Updated Rector to commit 299d02c41ec1a0850c5a5449e27f9cf9fd44b5e5
299d02c41e [Performance][BetterPhpDocParser] Move create new PhpDocNodeTraverser() to __construct() on PhpDocNodeMapper (#5014)
2023-09-13 19:21:21 +00:00
Tomas Votruba
2331f6b39c Updated Rector to commit 74df7741a7d0798888d2d9a3bf1020746b80ad8e
74df7741a7 [PostRector] Fix unused import not removed on empty generic class name exists (#5012)
2023-09-13 15:10:03 +00:00
Tomas Votruba
66134953c2 Updated Rector to commit 74df7741a7d0798888d2d9a3bf1020746b80ad8e
74df7741a7 [PostRector] Fix unused import not removed on empty generic class name exists (#5012)
2023-09-13 14:39:32 +00:00
Tomas Votruba
26b96f86b2 Updated Rector to commit 74df7741a7d0798888d2d9a3bf1020746b80ad8e
74df7741a7 [PostRector] Fix unused import not removed on empty generic class name exists (#5012)
2023-09-13 12:31:43 +00:00
Tomas Votruba
a0e75643ae Updated Rector to commit 935b2b47f5a8581117674f30ab1a725caa301494
935b2b47f5 [Config] Move content of private method importFile() to import() method (#5011)
2023-09-13 08:17:50 +00:00
Tomas Votruba
5272a66ce1 Updated Rector to commit 01c0ea9420b424bf1484c99dbb1185a0cd1c3e61
01c0ea9420 [Config] Remove asterisk support in import() for file, use explicit paths instead (#5010)
2023-09-12 23:04:24 +00:00
Tomas Votruba
ba7988e3e0 Rector 0.18.3 2023-09-12 20:18:14 +00:00
Tomas Votruba
4d86ccbb88 Updated Rector to commit 848c2ad9415b0e536b7864872f895f64104ecb50
848c2ad941 Improve Use_ const types in docblocks (#5005)
2023-09-12 20:17:09 +00:00
Tomas Votruba
57dc6f91d6 Updated Rector to commit 7e2bc1414f8567c55934a32d856e8d92a6e31d0f
7e2bc1414f [DeadCode] Ensure $hasChanged not replaced on next iteration when it assigned to true on RemoveUnusedPrivateMethodParameterRector (#5009)
2023-09-12 19:06:50 +00:00
Tomas Votruba
0309d949e5 Updated Rector to commit 09baf7dd0ce61eba0944f98977834f18665f3e9f
09baf7dd0c NodeNameResolver: faster isNames() (#5004)
2023-09-12 12:38:13 +00:00
Tomas Votruba
088accd46c Updated Rector to commit aeba96a811638e3954028b70d8163c43a8866fa8
aeba96a811 Refactor use import resolving (#4998)
2023-09-12 12:38:05 +00:00