18797 Commits

Author SHA1 Message Date
Tomas Votruba
d0a75a7d2c Updated Rector to commit e4e77b2fe9ddefec46aeea5b18ea90ade7188874
e4e77b2fe9 [Strict] Handle in assign on BooleanInIfConditionRuleFixerRector (#6685)
2025-01-21 12:28:46 +00:00
Tomas Votruba
13d175711c Updated Rector to commit 9691e9eaf4400f57e9008c409756dae37efdde7e
9691e9eaf4 [CodeQuality] Skip windows absolute path on AbsolutizeRequireAndIncludePathRector (#6684)
2025-01-20 05:32:16 +00:00
Tomas Votruba
e46a92fe64 Updated Rector to commit 5ec9708c2941e02774382a1b8be54f6da9ddcb13
5ec9708c29 [CodeQuality] Skip with comment inside on SimplifyIfElseToTernaryRector (#6683)
2025-01-20 04:09:53 +00:00
Tomas Votruba
9b969244a3 Updated Rector to commit 1576a7b330ae4537198474d987a99e78153acc6b
1576a7b330 Clean up PHPStan ignore errors (#6682)
2025-01-19 18:43:51 +00:00
Tomas Votruba
65d075ae29 Updated Rector to commit 1576a7b330ae4537198474d987a99e78153acc6b
1576a7b330 Clean up PHPStan ignore errors (#6682)
2025-01-19 18:20:55 +00:00
Tomas Votruba
33d50ee666 Updated Rector to commit 1576a7b330ae4537198474d987a99e78153acc6b
1576a7b330 Clean up PHPStan ignore errors (#6682)
2025-01-19 18:13:27 +00:00
Tomas Votruba
0fc9b57512 Rector 2.0.7 2025-01-19 16:58:37 +00:00
Tomas Votruba
e70d681f6a Rector 2.0.7 2.0.7 2025-01-19 09:41:28 +00:00
Tomas Votruba
6f5cf7f6b4 Updated Rector to commit 7ec3ae3514546043861ab1615509c6c8ab9c26ff
7ec3ae3514 [removing] Add interface support to RemoveInterfaceRector (#6681)
2025-01-19 08:22:28 +00:00
Tomas Votruba
8a81a3ea16 Updated Rector to commit 0ba27d165c5ea7fcd0faa3eace142030c2ae3d18
0ba27d165c [automated] Apply Coding Standard (#6680)
2025-01-19 00:36:20 +00:00
Tomas Votruba
328512f2ce Updated Rector to commit 0c368224b325087933f286a8e19be972b1ac85ae
0c368224b3 [AutoImport] Handle inner with sub namespace on auto import (#6679)
2025-01-18 19:28:01 +00:00
Tomas Votruba
906a4e3201 Updated Rector to commit 71534e3d67fec9421bab21cecff2385a4bfefc1b
71534e3d67 Remove abandoned require-dev symplify/rule-doc-generator (#6677)
2025-01-18 15:46:56 +00:00
Tomas Votruba
44c8b12568 Updated Rector to commit a26bfd9d12ee70f47ed522356d4fcad248a548a0
a26bfd9d12 [BetterPhpDocParser] Use str_contains() for DoctrineAnnotationDecorator (#6671) (#6674)
2025-01-17 17:51:49 +00:00
Tomas Votruba
47104446ae Updated Rector to commit a26bfd9d12ee70f47ed522356d4fcad248a548a0
a26bfd9d12 [BetterPhpDocParser] Use str_contains() for DoctrineAnnotationDecorator (#6671) (#6674)
2025-01-17 14:52:45 +00:00
Tomas Votruba
ec96ec3645 Updated Rector to commit a26bfd9d12ee70f47ed522356d4fcad248a548a0
a26bfd9d12 [BetterPhpDocParser] Use str_contains() for DoctrineAnnotationDecorator (#6671) (#6674)
2025-01-16 18:49:05 +00:00
Tomas Votruba
ae6ddaf282 Updated Rector to commit a26bfd9d12ee70f47ed522356d4fcad248a548a0
a26bfd9d12 [BetterPhpDocParser] Use str_contains() for DoctrineAnnotationDecorator (#6671) (#6674)
2025-01-16 13:56:00 +00:00
Tomas Votruba
1ac80cb7b6 Updated Rector to commit 8bcb2c5ce9808dabff49b100df978c1aa601e592
8bcb2c5ce9 fix: add Symfony support as a composer-based option (#6673)
2025-01-16 13:34:37 +00:00
Tomas Votruba
13e89f8bcc Updated Rector to commit 7a6c4c5386ce203184897c60f7e070fc43aca15a
7a6c4c5386 [AutoImport] Handle FQCN with sub namespace (#6672)
2025-01-16 12:05:30 +00:00
Tomas Votruba
b6dc880669 Updated Rector to commit 354ef50368dd5e33e2ede598a418a26c997b5a7c
354ef50368 [BetterPhpDocParser] Use str_starts_with() and str_starts_with() over str_contains() on DoctrineAnnotationDecorator (#6671)
2025-01-16 10:06:07 +00:00
Tomas Votruba
2259cc5a31 Updated Rector to commit 60857134fdd3e7eb935a721962c0866518e3471e
60857134fd [BetterPhpDocParser] Check for closing brace in text content (#8977) (#6670)
2025-01-16 09:34:43 +00:00
Tomas Votruba
e864c7aa1f Updated Rector to commit 60857134fdd3e7eb935a721962c0866518e3471e
60857134fd [BetterPhpDocParser] Check for closing brace in text content (#8977) (#6670)
2025-01-16 00:09:19 +00:00
Tomas Votruba
5d08064c62 Updated Rector to commit b99ece5043b641bff347ad3decca281b2b107d88
b99ece5043 use ->ignoreVCSIgnored() on RectorConfigBuilder::withRootFiles() over custom logic (#6669)
2025-01-15 02:55:20 +00:00
Tomas Votruba
287ee5498b Updated Rector to commit 5ad54809ac3cac41862b13b786e13020861a6c01
5ad54809ac [CodeQuality] Handle with assign missing parentheses on ExplicitBoolCompareRector (#6668)
2025-01-13 11:22:50 +00:00
Tomas Votruba
db6f0447c8 Updated Rector to commit 0a6eb1256c4d8943bd6241cc5eaedb2e3e04bc81
0a6eb1256c Add `withSetProviders` method (#6515)
2025-01-11 18:55:51 +00:00
Tomas Votruba
c1077f346f Updated Rector to commit 9d81ebabb5e0bd496f94f00a4151ac14359ef792
9d81ebabb5 [TypeDeclaration] Skip changed by ref from trait on TypedPropertyFromStrictConstructorRector (#6666)
2025-01-11 15:39:06 +00:00
Tomas Votruba
03505a62b6 Updated Rector to commit d347dd3f23c8a72a4ac9cd2a966eb72b9ed895e2
d347dd3f23 [Renaming] Skip used by trait as property promotion on RenamePropertyToMatchTypeRector (#6665)
2025-01-11 13:34:12 +00:00
Tomas Votruba
331a8ca05e Updated Rector to commit 706170a2bee1e6df93e0b9789c97f7af36eb9c73
706170a2be feature: replace MyCLabs Enum constructor call (#6588)
2025-01-11 07:43:54 +00:00
Tomas Votruba
348456e6b0 Updated Rector to commit fe8e48de8cc6c962430abab1b1766c05dd12309e
fe8e48de8c [TypeDeclaration] Skip unset by trait on TypedPropertyFromStrictConstructorRector (#6664)
2025-01-10 11:36:09 +00:00
Tomas Votruba
e936f2ae47 Updated Rector to commit 8da1bfe2590771077da7ccd297f5df245d3e55c1
8da1bfe259 [type-declaration] Add typed property, if traits do not duplicate the property (#6663)
2025-01-09 20:29:05 +00:00
Tomas Votruba
f3e9cbef7a Updated Rector to commit c59c83a99fdb883dbcf6fead62b7cd9961fae034
c59c83a99f [Php83] Handle concat in first argument on CombineHostPortLdapUriRector (#6661)
2025-01-07 16:25:29 +00:00
Tomas Votruba
b47878ee33 Updated Rector to commit b6deb2906c86fa45cf27a26d2cb21dd1fd55e238
b6deb2906c [CodeQuality] Skip indirect return on SimplifyIfReturnBoolRector (#6660)
2025-01-07 03:49:22 +00:00
Tomas Votruba
98031aa3cf Updated Rector to commit d01cdf411c072abfdacc464c9bf07a4521a8d40e
d01cdf411c [DeadCode] Skip dynamic name on RemoveParentCallWithoutParentRector (#6659)
2025-01-06 19:38:19 +00:00
Tomas Votruba
71cfadbfe5 Updated Rector to commit b833a753cc1d999fe0e832367a83d48311e378b4
b833a753cc [Performance] Early return FullyQualifiedObjectType on FQCN on ObjectTypeSpecifier (#6658)
2025-01-06 18:07:08 +00:00
Tomas Votruba
bad8f383f5 Updated Rector to commit 4b18c82b21ad76410037090b0bf4c019fa983f08
4b18c82b21 [Scoper] Fix scoper to fix prefixed regex on doctrine inflector take 3 (#6657)
2025-01-06 16:26:54 +00:00
Tomas Votruba
47516301bf Updated Rector to commit 3b42813953f335c8d2986c391629ce007ad06ea4
3b42813953 [Scoper] Fix scoper to fix prefixed regex on doctrine inflector take 2 (#6656)
2025-01-06 16:21:17 +00:00
Tomas Votruba
1e4b4023a5 Updated Rector to commit c38a120d1193f8878fae85b0d96e88a1c644fd09
c38a120d11 Revert "[Scoper] Fix scoper to fix prefixed regex on doctrine inflector (#6654)" (#6655)
2025-01-06 16:16:03 +00:00
Tomas Votruba
96ec70632f Updated Rector to commit d465f0f5c20e70b3fa315a3e9c618a9f9d1ea60b
d465f0f5c2 [Scoper] Fix scoper to fix prefixed regex on doctrine inflector (#6654)
2025-01-06 16:09:49 +00:00
Tomas Votruba
97c2f84d90 Updated Rector to commit da809660a9a2d98231f8f57b337fc3facf803b13
da809660a9 [CodeQuality] Handle on assign on FlipTypeControlToUseExclusiveTypeRector (#6653)
2025-01-06 13:54:36 +00:00
Tomas Votruba
fa0cb009dc Rector 2.0.6 2.0.6 2025-01-06 10:38:36 +00:00
Tomas Votruba
dd9ef30b19 Updated Rector to commit 532b39dd167d28aa21dac38751f9b9bcd34373b7
532b39dd16 [Parser] Remove SmartPhpParserFactory and SmartPhpParser (#6651)
2025-01-06 10:20:24 +00:00
Tomas Votruba
45b8ec26b9 Updated Rector to commit fe99f211133b43850881ce0a7522c6242892b6b1
fe99f21113 Use autowired method if exists in adding new dependency (#6652)
2025-01-06 10:18:22 +00:00
Tomas Votruba
4405ec5ff8 Updated Rector to commit 8bc80b4641429cfcea9a413ff9eb1bd9afaae9ee
8bc80b4641 Add readonly by default on new promoted property (#6650)
2025-01-05 17:39:40 +00:00
Tomas Votruba
40b5c4746e Updated Rector to commit 2e82ab4969246050e9fe47df0cf549cc96fdbfd5
2e82ab4969 [PHPStan ^2.1.1] Handle next unreachable statement via UnreachableStatementNode->getNextUnreachableStatements() (#6642)
2025-01-05 17:07:39 +00:00
Tomas Votruba
fcafd42fb3 Updated Rector to commit 92b4999c34e9fad614aedb1d98d05829dfbdaa2b
92b4999c34 Bump to PHPStan ^2.1.1 and remove usage of PropertyHookNameVisitor on SimpleParser (#6649)
2025-01-05 17:03:03 +00:00
Tomas Votruba
e20eea98da Updated Rector to commit 1d078fa4a5e62eee5ff5ef441a212e01c2550a16
1d078fa4a5  [DX] Filter on files as well with --only-suffix  (#6648)
2025-01-05 12:52:14 +00:00
Tomas Votruba
ea61794d69 Updated Rector to commit 7fc9494a41eefd94af850b47d8af78f322a7884c
7fc9494a41 [dx] Add --only-suffix to filter files by suffixes (#6647)
2025-01-05 09:01:40 +00:00
Tomas Votruba
d7d4304a20 Updated Rector to commit 7ad142473531a56d8eb6d9d7571f0d77b0661fbf
7ad1424735 [Php80] Keep numeric string, string "true", "false" as is on StringAnnotationToAttributeMapper (#6610)
2025-01-05 08:25:57 +00:00
Tomas Votruba
934bc262ff Updated Rector to commit 8ed98c17688300b3aa85d978fefc24c88a51f1f3
8ed98c1768 [DX] Use Param->isPromoted() over param->flags !== 0 check on promotion property check (#6646)
2025-01-05 04:12:03 +00:00
Tomas Votruba
71e2e85342 Updated Rector to commit 3f5a86eacf0e245bb683a32afe422901dee44006
3f5a86eacf [automated] Apply Coding Standard (#6645)
2025-01-05 00:37:28 +00:00
Tomas Votruba
24b8fc7d89 Updated Rector to commit a1cb33463a604a3b0e232ec423700ee1ff2cf60a
a1cb33463a [DeadCode] Add RemoveUselessAssignFromPropertyPromotionRector (#6643)
2025-01-04 12:25:26 +00:00