Commit Graph

13724 Commits

Author SHA1 Message Date
Tomas Votruba
1c5290301d Updated Rector to commit 2468277687
2468277687 [TypeDeclaration] Handle infered ThisType on auto import on ReturnTypeDeclarationRector (#1760)
2022-02-02 09:10:44 +00:00
Tomas Votruba
fe1982d18c Updated Rector to commit 008b65aecb
008b65aecb [DX] Deprecate show command (#1758)
2022-02-01 16:10:08 +00:00
Tomas Votruba
47d9fdeb28 Updated Rector to commit d1e94a055d
d1e94a055d Bump EndBug/add-and-commit from 7.5.0 to 8.0.1 (#1756)
2022-02-01 12:01:16 +00:00
Tomas Votruba
d14abbbda4 Updated Rector to commit 3545abf1eb
3545abf1eb [Core] Refactor RectifiedAnalyzer: remove exclude _Class (#1754)
2022-02-01 11:46:50 +00:00
Tomas Votruba
7458da2520 Updated Rector to commit a51b81cf2f
a51b81cf2f [PHPStan] Clean up PHPStan ignore errors (#1755)
2022-02-01 09:13:57 +00:00
Tomas Votruba
42ed96cb10 Updated Rector to commit a51b81cf2f
a51b81cf2f [PHPStan] Clean up PHPStan ignore errors (#1755)
2022-02-01 08:41:06 +00:00
Tomas Votruba
de716594a8 Updated Rector to commit a51b81cf2f
a51b81cf2f [PHPStan] Clean up PHPStan ignore errors (#1755)
2022-02-01 05:54:42 +00:00
Tomas Votruba
eff25b37d8 Updated Rector to commit c5482e2d43
c5482e2d43 [DowngradePhp70][DowngradePhp80] Test for combine DowngradeScalarTypeDeclarationRector + DowngradeStringReturnTypeOnToStringRector (#1751)
2022-01-31 18:22:13 +00:00
Tomas Votruba
3ebcd0c7ba Updated Rector to commit f632fa0957
f632fa0957 [DowngradePhp80] Add DowngradeStringReturnTypeOnToStringRector (#1750)
2022-01-31 17:52:49 +00:00
Tomas Votruba
9aee7e82f1 Updated Rector to commit b7b4dc07c8
b7b4dc07c8 [Scoped] Remove namespace from polyfill (#1749)
2022-01-31 15:18:37 +00:00
Tomas Votruba
817e3e7aee Updated Rector to commit 412043b302
412043b302 [Scoper] Rollback attribute exclude, add specify PHP80_BIN_PATH env when run ./full_build.sh locally (#1748)
2022-01-31 15:07:06 +00:00
Tomas Votruba
7aad2b845d Updated Rector to commit 5b23064299
5b23064299 [Scoper] Exclude Attribute polyfill class from class_alias (take 1) (#1747)
2022-01-31 14:04:38 +00:00
Tomas Votruba
c88e1fc601 Updated Rector to commit e44222bd5c
e44222bd5c [automated] Re-Generate Nodes/Rectors Documentation (#1743)
2022-01-30 00:27:52 +00:00
Tomas Votruba
69ec42b137 Updated Rector to commit 9db515918f
9db515918f [Php71] Skip static or global on CountOnNullRector (#1742)
2022-01-29 18:12:20 +00:00
Tomas Votruba
0119232800 Updated Rector to commit 70d6465a4b
70d6465a4b [DeadCode] Add support for removal readonly property on RemoveUnusedPromotedPropertyRector (#1741)
2022-01-29 18:11:52 +00:00
Tomas Votruba
67fb92b15d Updated Rector to commit d31e2233e8
d31e2233e8 [Php81] Skip override abstract method on NewInInitializerRector (#1740)
2022-01-29 16:32:26 +00:00
Tomas Votruba
28f8cfafaf Updated Rector to commit 73f5fc13bb
73f5fc13bb [Php81] Handle non-dynamic + dynamic args (non-array, non-scalar) passed to New_ on NewInInitializerRector (#1737)
2022-01-28 12:21:10 +00:00
Tomas Votruba
2ebc6821cc Updated Rector to commit 79dd9bb5f4
79dd9bb5f4 [Php81] Do not add final modifier on class constant that the class has children on FinalizePublicClassConstantRector (#1739)
2022-01-28 11:05:27 +00:00
Tomas Votruba
c00641bc2d Updated Rector to commit a734965d99
a734965d99 [Php81] Skip dynamic class on NewInInitializerRector (#1736)
2022-01-27 12:35:06 +00:00
Tomas Votruba
9875b5de97 Updated Rector to commit c6142e139f
c6142e139f [Php56][Php70] Handle ExceptionHandlerTypehintRector+CatchExceptionNameMatchingTypeRector+AddDefaultValueForUndefinedVariableRector (#1735)
2022-01-27 09:07:13 +00:00
Tomas Votruba
6105e6d60b Updated Rector to commit cfd0d61b52
cfd0d61b52 [CodingStyle] Trigger RemoveFinalFromConstRector (#1733)
2022-01-26 18:53:55 +00:00
Tomas Votruba
890cd8f422 Updated Rector to commit 15e28c6de8
15e28c6de8 [RemoveFinalFromConstRector] (#1732)
2022-01-26 18:39:23 +00:00
Tomas Votruba
e923bcd0d6 Rector 0.12.15 2022-01-26 12:02:35 +00:00
Tomas Votruba
625848ed0d Updated Rector to commit 75c0b27d37
75c0b27d37 [types] Add HasPropertyTypeMapepr and HasMethodTypeMapper (#1731)
2022-01-26 11:59:37 +00:00
Tomas Votruba
f25b52c226 Updated Rector to commit a26c59a7e9
a26c59a7e9 [TypeDeclaration] Skip use return docblock on typed intersection type (#1728)
2022-01-26 11:18:38 +00:00
Tomas Votruba
20964885f0 Updated Rector to commit 64d76cd11e
64d76cd11e [FinalizePublicClassConstantRector] Ignore final classes (#1730)
2022-01-26 10:10:51 +00:00
Tomas Votruba
fc1e56bf9f Updated Rector to commit 7453122793
7453122793 ucfirst
2022-01-25 23:03:38 +00:00
Tomas Votruba
df87df2e40 Updated Rector to commit 7453122793
7453122793 ucfirst
2022-01-25 20:05:07 +00:00
Tomas Votruba
4eb0da906f Updated Rector to commit a60f31b9a0
a60f31b9a0 docs
2022-01-25 20:04:52 +00:00
Tomas Votruba
333852550d Rector 0.12.14 2022-01-25 19:33:08 +00:00
Tomas Votruba
e3602aaa33 Updated Rector to commit 22db8c79c3
22db8c79c3 [build] Automate tweet about the release (#1729)
2022-01-25 17:03:16 +00:00
Tomas Votruba
231856524e Updated Rector to commit 1c651e2d02
1c651e2d02 [TypeDeclaration] Skip Prevent object in intersection type on ReturnTypeDeclarationRector (#1727)
2022-01-25 14:27:20 +00:00
Tomas Votruba
538fae2da2 Updated Rector to commit 1869c1dc00
1869c1dc00 [DX] Add --memory-limit option to pass memory limit to parallel subprocesses (#1726)
2022-01-25 11:53:27 +00:00
Tomas Votruba
37ad68b794 Updated Rector to commit caeeb78f6f
caeeb78f6f Bump Symplify to 10.0.16 + improve complexity (#1725)
2022-01-25 11:43:54 +00:00
Tomas Votruba
e9def0d5bc Updated Rector to commit 420dc935ae
420dc935ae [DowngradePhp72] Fix downgrade json null as true for DowngradeJsonDecodeNullAssociativeArgRector (#1724)
2022-01-25 10:49:46 +00:00
Tomas Votruba
4fd7947603 Updated Rector to commit 7cf24218f0
7cf24218f0 [DowngradePhp72] Add DowngradeJsonDecodeNullAssociativeArgRector (#1723)
2022-01-25 10:05:47 +00:00
Tomas Votruba
73a413e194 Updated Rector to commit 5ba03adbab
5ba03adbab Fix some misprints in README (#1722)
2022-01-25 08:39:40 +00:00
Tomas Votruba
81b953330b Updated Rector to commit e6d338840c
e6d338840c want see -> want to see (#1721)
2022-01-25 08:37:12 +00:00
Tomas Votruba
d3e1bb7e5d Updated Rector to commit 084ac39f29
084ac39f29 Add option to configure followLinks of finder (#1703)
2022-01-25 00:12:31 +00:00
Tomas Votruba
5021de4148 Updated Rector to commit e414c51d68
e414c51d68 [DeadCode] Allow unused private property on Doctrine and JMS Serializable attribute on RemoveUnusedPrivatePropertyRector (#1718)
2022-01-24 22:07:46 +00:00
Tomas Votruba
65d013939f Updated Rector to commit 084ac39f29
084ac39f29 Add option to configure followLinks of finder (#1703)
2022-01-24 22:07:08 +00:00
Tomas Votruba
f61a2947b9 Updated Rector to commit 85719ff0e7
85719ff0e7 [Downgrade 7.0] Strip unnecessary parentheses around expressions (#1617)
2022-01-24 08:38:25 +00:00
Tomas Votruba
c0379e66b3 Updated Rector to commit a53b3d37eb
a53b3d37eb [Php80] Do not remove true pseudo type on UnionTypesRector (#1715)
2022-01-24 08:35:12 +00:00
Tomas Votruba
7626873cdf Updated Rector to commit 386c97b914
386c97b914 [Naming][Php56] Do not add default value init for renamed variable from param on RenameParamToMatchTypeRector+AddDefaultValueForUndefinedVariableRector (#1716)
2022-01-24 04:18:32 +00:00
Tomas Votruba
1725b8b7fd Updated Rector to commit 081958a2ce
081958a2ce [DeadCode] Handle RemoveUnusedConstructorParamRector + RemoveUnusedPrivatePropertyRector (#1714)
2022-01-22 16:02:37 +00:00
Tomas Votruba
12ec968038 Updated Rector to commit 88a32076c6
88a32076c6 [Php74] Skip readonly on RestoreDefaultNullToNullableTypePropertyRector (#1713)
2022-01-22 09:45:55 +00:00
Tomas Votruba
62081a03cc Updated Rector to commit 369c2f7dfe
369c2f7dfe [CodeQuality][EarlyReturn] Handle SimplifyIfElseToTernaryRector + ChangeIfElseValueAssignToEarlyReturnRector (#1710)
2022-01-21 23:39:53 +00:00
Tomas Votruba
97621fb485 Updated Rector to commit cb96224c93
cb96224c93 [DowngradePhp70][Transform] Add #[\ReturnTypeWillChange] on Downgrade + transform ArrayObject::getIterator() to keep working on php 8.1 (#1711)
2022-01-21 23:07:05 +00:00
Tomas Votruba
676e7a5820 Updated Rector to commit c8e5b8abd7
c8e5b8abd7 [Php80] Handle AnnotationToAttributeRector + ClassPropertyAssignToConstructorPromotionRector (#1712)
2022-01-21 23:06:42 +00:00
Tomas Votruba
d697482a5c Updated Rector to commit f0928ab52c
f0928ab52c [cleanup] remove historical and unsupported safe 0.7 (#1709)
2022-01-21 13:18:52 +00:00