Tomas Votruba
|
405b40b339
|
Updated Rector to commit 6c86d9ac707d711ea6ffb521ff2c6223578b68f9
6c86d9ac70 [DX] Add symfony configs set
|
2024-06-22 15:46:00 +00:00 |
|
Tomas Votruba
|
70f72015a2
|
Updated Rector to commit 4d9e287130a8a6576766c8e7159ddd2d658255e3
4d9e287130 [DX] Add symfony code quality preset (#6008)
|
2024-06-22 15:34:06 +00:00 |
|
Tomas Votruba
|
ec439cea0a
|
Updated Rector to commit d069a9900003a8d4b748db525a07c29caa07cc14
d069a99000 [DX] Add withAttributes(all) option, add PHPUnit and Doctrine code quality sets to withPreparedSets() (#6004)
|
2024-06-22 08:31:51 +00:00 |
|
Tomas Votruba
|
1864849ba6
|
Updated Rector to commit 7729427f459ac348983ee18abff6024db59e9b4f
7729427f45 Few static error fixes (#6002)
|
2024-06-22 02:50:20 +00:00 |
|
Tomas Votruba
|
a75c607420
|
Updated Rector to commit cecb60da20dfbe57e70ac43d606eba711aed4e8c
cecb60da20 [DX] Suggest to use withSets() when using multiple PHP version, eg both php 7.4 and 8.0 on CI on Notifier messages (#5991)
|
2024-06-20 17:19:16 +00:00 |
|
Tomas Votruba
|
f4b3213ffc
|
Updated Rector to commit 891bfdaf9ea8d10341fe4a3c63c25aa8245de79b
891bfdaf9e [NodeTypeResolver] Clean up check ConstFetch on getType() on no scope (#5990)
|
2024-06-20 15:57:45 +00:00 |
|
Tomas Votruba
|
856c640750
|
Updated Rector to commit 2dda748541be13dac8ef328011bc50233f2030bc
2dda748541 [DX] Introduce set providers, to enable package + version based set registration (#5976)
|
2024-06-20 14:55:23 +00:00 |
|
Tomas Votruba
|
9d08250ee1
|
Updated Rector to commit f366a7e66228f35dc877e816b553c4f38332f801
f366a7e662 [DX] add notifyWithPhpSetsNotSuitableForPHP80() (#5988)
|
2024-06-20 14:07:51 +00:00 |
|
Tomas Votruba
|
3001d27efb
|
Updated Rector to commit f422877be87a75151eb6fe1cd5a48cde2bc194fa
f422877be8 Add git to Dockerfile to allow running tests (#5987)
|
2024-06-20 11:56:25 +00:00 |
|
Tomas Votruba
|
1f7f9141bc
|
Updated Rector to commit a2694bb1926725826c463ef9a963e2598c5d5dda
a2694bb192 [PHPStanStaticTypeMapper] Use existing isInstanceOfCollectionType() on DoctrineTypeAnalyzer (#5986)
|
2024-06-20 09:55:02 +00:00 |
|
Tomas Votruba
|
fdbe0039e0
|
Updated Rector to commit e007104cf6348db447120feeb76a1b1e7b889b44
e007104cf6 [DX] Enable polyfill rules on withPhpSets() config (#5981)
|
2024-06-20 02:52:53 +00:00 |
|
Tomas Votruba
|
bcee52342f
|
Updated Rector to commit ab06fea5b1a9e0a13353810e97d1c2e55047b3ca
ab06fea5b1 [StaticTypeMapper] Move namespaced name Name to specific NameNodeMapper (#5978)
|
2024-06-18 21:56:39 +00:00 |
|
Tomas Votruba
|
38f53da4d7
|
Updated Rector to commit ab06fea5b1a9e0a13353810e97d1c2e55047b3ca
ab06fea5b1 [StaticTypeMapper] Move namespaced name Name to specific NameNodeMapper (#5978)
|
2024-06-18 13:55:21 +00:00 |
|
Tomas Votruba
|
ce49022236
|
Updated Rector to commit ab06fea5b1a9e0a13353810e97d1c2e55047b3ca
ab06fea5b1 [StaticTypeMapper] Move namespaced name Name to specific NameNodeMapper (#5978)
|
2024-06-18 13:33:35 +00:00 |
|
Tomas Votruba
|
366181bbbf
|
Updated Rector to commit e6775f06209683494ed75f494022a1d8461327c5
e6775f0620 Bump dependencies, remove few legacy interfaces (#5975)
|
2024-06-18 08:34:51 +00:00 |
|
Tomas Votruba
|
2058e5fc17
|
Updated Rector to commit 9a0d03a293b3a6aef9fb2c134c27586e2f046043
9a0d03a293 [Php74] Add RestoreIncludePathToIniRestoreRector (#5973)
|
2024-06-17 02:22:34 +00:00 |
|
Tomas Votruba
|
c582b6cd76
|
Updated Rector to commit c3dc626fbf71d43dd52e8b4c2c136667ce4b4514
c3dc626fbf [DeadCode] Skip dynamic variable on RemoveUnusedVariableAssignRector (#5964)
|
2024-06-13 17:57:46 +00:00 |
|
Tomas Votruba
|
90c6e6b6f3
|
Updated Rector to commit de31e6f73765bef8a7285a00114037c07712add7
de31e6f737 [Naming] Allow rename variable in multiple statements on RenameVariableToMatchMethodCallReturnTypeRector (#5963)
|
2024-06-13 01:30:38 +00:00 |
|
Tomas Votruba
|
5b56f97fec
|
Updated Rector to commit 459843b1617a401d02e8cf5e6a1054f43f069f0d
459843b161 [DeadCode] Use PHPStan $functionReflection->hasSideEffects()->yes() early when possible on PureFunctionDetector (#5962)
|
2024-06-11 22:11:13 +00:00 |
|
Tomas Votruba
|
71e5a86da3
|
Updated Rector to commit 2cdf4bc783081cb52c602b989577756e4782d18f
2cdf4bc783 [CodeQuality] Add support for (), {}, [], <> delimiter on RegexPatternDetector (#5957)
|
2024-06-10 22:00:09 +00:00 |
|
Tomas Votruba
|
fdaee6accb
|
Updated Rector to commit 1c2e3d86a853a7b830f0c29a5cacd8a6ff76c977
1c2e3d86a8 Remove the renaming of apache_request_headers (#5943)
|
2024-06-05 09:25:18 +00:00 |
|
Tomas Votruba
|
93cf454345
|
Updated Rector to commit 035d47ac3bdc4d8159edf8dd50f23727a5f216a1
035d47ac3b [Test] Fix typo file extension test for ArrayItemNodeTest (#5941)
|
2024-06-04 08:04:33 +00:00 |
|
Tomas Votruba
|
3dc925f85c
|
Updated Rector to commit 07a61c18f678a24c102a83a4498265c874fab617
07a61c18f6 [Strict] Fix double === 0 comparison on BooleanInBooleanNotRuleFixerRector (#5940)
|
2024-06-03 14:53:21 +00:00 |
|
Tomas Votruba
|
d8b5e9fad8
|
Updated Rector to commit dc31daeb27044450eb8fac1532e872c389a3487a
dc31daeb27 [Cleanup] Remove deprecated AttributeKey::PARENT_NODE, remove deprecated NodeNameResolver::isCaseSensitiveName() (#5939)
|
2024-06-03 11:47:40 +00:00 |
|
Tomas Votruba
|
f010267a7c
|
Updated Rector to commit 6b69971dfc740a58aed918782d02710e42004e9d
6b69971dfc [NodeTypeCorrector] Directly use StringType on Intersection of strings on AccessoryNonEmptyStringTypeCorrector (#5933)
|
2024-06-01 09:25:16 +00:00 |
|
Tomas Votruba
|
7498eeeea2
|
Updated Rector to commit a3ed07f8c8c0b2f7cbd78ce7711871d31bad3998
a3ed07f8c8 [TypeDeclaration] Do not remove docblock with description on MergeDateTimePropertyTypeDeclarationRector (#5931)
|
2024-05-31 12:20:27 +00:00 |
|
Tomas Votruba
|
42e9685318
|
Updated Rector to commit 3090229c9059eb2cc926309d106a5b712b4a3533
3090229c90 [Php81] Skip private method from instantiated class on FirstClassCallableRector (#5929)
|
2024-05-30 14:16:06 +00:00 |
|
Tomas Votruba
|
7470aa5cdd
|
Updated Rector to commit 2039b67eacda6f438070003568544c3e576bc84c
2039b67eac Exclude IncreaseDeclareStrictTypesRector from rector-preset set as conflict with DeclareStrictTypesRector (#5926)
|
2024-05-30 07:56:15 +00:00 |
|
Tomas Votruba
|
8a83c1053a
|
Updated Rector to commit 303a1d72497e92464f3cf6f4914f82f4aec8f6a5
303a1d7249 [DX] Ommit static functions/closure from coding-style, as often ignored and depends on personal preference (#5916)
|
2024-05-29 00:44:25 +00:00 |
|
Tomas Votruba
|
8be3783a6a
|
Updated Rector to commit c625b4cd7feda6cc9e51499d5fcdcd19141227ad
c625b4cd7f [CodingStyle] Use specific mapper FullyQualifiedNodeMapper on NameImporter to get PHPStan type of FullyQualifiedNode (#5914)
|
2024-05-27 18:32:58 +00:00 |
|
Tomas Votruba
|
b153174db5
|
Updated Rector to commit 650ae6a730554c4b7472280e86edbf1b704cce25
650ae6a730 Code quality levels (#5910)
|
2024-05-25 10:48:12 +00:00 |
|
Tomas Votruba
|
74ec7b2331
|
Updated Rector to commit 0466bac822c4f35530f75f2081e1955bf06825c7
0466bac822 [PostRector][AutoImport] Allow sub namespace docblock imported on NameImportingPhpDocNodeVisitor (#5911)
|
2024-05-24 15:09:44 +00:00 |
|
Tomas Votruba
|
5d71d0b09c
|
Updated Rector to commit d6fc9012918faf26cfae30aaad329b8a3c65be75
d6fc901291 [TypeDeclaration] Add TypedPropertyFromJMSSerializerAttributeTypeRector (#5909)
|
2024-05-24 13:06:38 +00:00 |
|
Tomas Votruba
|
43c823a1fe
|
Updated Rector to commit b2c9e52bf0776d2475e4d0533267cd11299826f6
b2c9e52bf0 [PostRector] Move instanceof check early before SimpleParameterProvider static call check (#5907)
|
2024-05-22 02:15:37 +00:00 |
|
Tomas Votruba
|
22d3d1949d
|
Updated Rector to commit 6ebfa15e733ac340249418057ed3f7615e717ac1
6ebfa15e73 Bump to react/promise 3.1 (#5892)
|
2024-05-18 13:49:01 +00:00 |
|
Tomas Votruba
|
7ac6f7bf7e
|
Updated Rector to commit 5df95d9a955523a1737442a26f4a412cafc41226
5df95d9a95 Update unit test config to avoid using TypeCombinator::addNull() (#5891)
|
2024-05-18 12:49:12 +00:00 |
|
Tomas Votruba
|
af81b5db1b
|
Updated Rector to commit b18da7d458c2d240dd50682b31670e134f2b1ed3
b18da7d458 [CodeQuality] Skip on property and class const on CallableThisArrayToAnonymousFunctionRector (#5869)
|
2024-05-12 07:34:26 +00:00 |
|
Tomas Votruba
|
dcdff77130
|
Updated Rector to commit 8371040f72445fda4e96f29783b5de5351524c8a
8371040f72 [TypeDeclaration] Handle array with index assigned on TypedPropertyFromAssignsRector (#5861)
|
2024-05-08 13:00:27 +00:00 |
|
Tomas Votruba
|
87c26777cb
|
Updated Rector to commit 28e84d24d0f618a8a7e0ff6ea561f1aade554df9
28e84d24d0 [EarlyReturn] Skip with AssignOp on PreparedValueToEarlyReturnRector (#5857)
|
2024-05-03 14:46:34 +00:00 |
|
Tomas Votruba
|
19b93eeeab
|
Updated Rector to commit 10558a8d5fb68c0564f995a008b4c666ff932a03
10558a8d5f [NodeTypeResolver] Use existing DefaultReflector::reflectAllClasses() method on DynamicSourceLocatorProvider (#5856)
|
2024-05-02 19:23:28 +00:00 |
|
Tomas Votruba
|
12c115e6f6
|
Updated Rector to commit 5193d43b644f9d059d9964ebcc6820181a7bca18
5193d43b64 [NodeTypeResolver] Remove unnecessary loop SourceLocator collection on DynamicSourceLocatorProvider (#5852)
|
2024-05-02 02:21:56 +00:00 |
|
Tomas Votruba
|
78e3d54584
|
Updated Rector to commit 57275efac450b9b0466e9dc934d3c07e2e9a1e43
57275efac4 [TypeDeclarations] Add IncreaseDeclareStrictTypesRector to raise level of declare() coverage (#5849)
|
2024-04-30 13:26:50 +00:00 |
|
Tomas Votruba
|
c747b603a3
|
Updated Rector to commit ce1033d8e6434f3111307dd274dec753eb6481b1
ce1033d8e6 Fixes typo in FinalizeTestCaseClassRector.php (#5850)
|
2024-04-30 12:43:57 +00:00 |
|
Tomas Votruba
|
7141ae6e56
|
Updated Rector to commit 8281a06bc8432d9d7f8e20842e3961df99a277bc
8281a06bc8 [PHP 7.2] Add error suppres support to each() rule (#5844)
|
2024-04-24 08:56:31 +00:00 |
|
Tomas Votruba
|
09acbdda13
|
Updated Rector to commit 6eac87db32eff9308a037fb32ce973ccf905fc92
6eac87db32 Ignore phpdoc type in RecastingRemovalRector (#5841)
|
2024-04-22 20:26:54 +00:00 |
|
Tomas Votruba
|
6cbc8ec497
|
Updated Rector to commit 068799f59b289bef06b9c1f384df4301b19e726e
068799f59b [Performance] Early skip func call name on ClassRenamer (#5837)
|
2024-04-21 13:28:31 +00:00 |
|
Tomas Votruba
|
1c323223b2
|
Updated Rector to commit 068799f59b289bef06b9c1f384df4301b19e726e
068799f59b [Performance] Early skip func call name on ClassRenamer (#5837)
|
2024-04-21 12:45:15 +00:00 |
|
Tomas Votruba
|
655c2aa498
|
Updated Rector to commit 068799f59b289bef06b9c1f384df4301b19e726e
068799f59b [Performance] Early skip func call name on ClassRenamer (#5837)
|
2024-04-21 12:39:04 +00:00 |
|
Tomas Votruba
|
584e892a51
|
Updated Rector to commit 068799f59b289bef06b9c1f384df4301b19e726e
068799f59b [Performance] Early skip func call name on ClassRenamer (#5837)
|
2024-04-20 20:05:57 +00:00 |
|
Tomas Votruba
|
f3e4fee4bc
|
Updated Rector to commit 2b811afb584aa7a3c569a2ce23d78edbf126d556
2b811afb58 [Php81] Skip always string if else DomElement on NullToStrictStringFuncCallArgRector (#5822)
|
2024-04-17 07:18:31 +00:00 |
|