2564 Commits

Author SHA1 Message Date
Tomas Votruba
447e794805 Updated Rector to commit 2ff314c5d215b17eafdec4dcee7b974d856b9ba6
2ff314c5d2 [PHP 8.0] Make AnnotationToAttributeRector return after 1st newline without slash (#6578)
2024-12-13 11:14:53 +00:00
Tomas Votruba
1061e30ae8 Updated Rector to commit 25817175d71dd62ec8007bfc7b6353d568a2b6de
25817175d7 [PHP 8.0] Add lcfirst annotation to attribute support (#6577)
2024-12-13 10:43:42 +00:00
Tomas Votruba
d8f6c81134 Updated Rector to commit 362044330457d02beb0a05c5240dbd6bb449e874
3620443304 Bump dev packages (#6568)
2024-12-12 16:43:40 +00:00
Tomas Votruba
5b38230319 Updated Rector to commit 5e50b8ad1c5c125178778f230fae5ee25eda3896
5e50b8ad1c enable error-format symplify (#6566)
2024-12-12 11:47:09 +00:00
Tomas Votruba
785165b60d Updated Rector to commit cdfe824fb114c0ee2fabbbc2e78ebd3babc9a3a7
cdfe824fb1 Require --dev symplify/phpstan-rules 14.0.0 (#6565)
2024-12-12 11:13:21 +00:00
Tomas Votruba
9d4b889b89 Updated Rector to commit ae89e0f5b4edfd48e54f173a3ba1dcd22849cdc5
ae89e0f5b4 Bump to sebastian/diff 6 and phpunit 11 (#6527)
2024-12-03 17:31:28 +00:00
Tomas Votruba
c56fdd2b7f Updated Rector to commit 1b68ff48b80d81bd4295ef304196fd97d74e0032
1b68ff48b8 [automated] Apply Coding Standard (#6524)
2024-12-01 00:43:07 +00:00
Tomas Votruba
9a4a5b2bc5 Updated Rector to commit eb5df4dde7515bbc497af6da84d5f9dbf96399d8
eb5df4dde7 Use vendor-patches main branch (#6453)
2024-11-20 15:58:53 +00:00
Tomas Votruba
4c6792fa10 Updated Rector to commit 37226f1750273dc0087004f878f37e43d76da3fa
37226f1750 [chore] Set disableExtensionsAnalysis() on composer dependency analyser due to composer-dependency-analyser:^1.8 (#6449)
2024-11-18 15:31:09 +00:00
Tomas Votruba
f0fc008db1 Updated Rector to commit c23ba82ebce17c9d150d18de09a7d80a2a28a0e7
c23ba82ebc [deprecation] Remove deprecated PublicConstantVisibilityRector, cleanup deprecated SetListInterface (#6424)
2024-11-12 21:25:01 +00:00
Tomas Votruba
95a8c158ec Updated Rector to commit 5baf4870b6129cf0eee0b32ac0b117c2086e8d75
5baf4870b6 Require-dev phpstan/phpstan-deprecation-rules to show list of deprecated (#6415)
2024-11-12 14:27:35 +00:00
Tomas Votruba
4261346417 Updated Rector to commit f7ea3dbfeb4e02ab42442dd9e90283e8af098e4f
f7ea3dbfeb [PHP8.3] add new rectors for get_class()/get_parent_class() without arguments (#6405)
2024-11-04 22:04:11 +00:00
Tomas Votruba
7f755fff28 Updated Rector to commit 2d862a7c7750c79e4c16be6e7c4e87ba324abfa7
2d862a7c77 [CodingStyle] Skip equal modifier on direct parent method compatible on MakeInheritedMethodVisibilitySameAsParentRector (#6406)
2024-11-03 23:41:59 +00:00
Tomas Votruba
7f5124447e Updated Rector to commit d8f31e7559c9e3e288f2f58228120c71986a80e9
d8f31e7559 Add RemoveTypedPropertyNonMockDocblockRector (#6306)
2024-10-11 11:22:44 +00:00
Tomas Votruba
ab28bdf746 Updated Rector to commit fbe17776a98d7364df027debe22a97526595a129
fbe17776a9 [Php70] Handle empty branch crash on unprintable char \x0C on EregToPregMatchRector (#6368)
2024-10-09 11:48:29 +00:00
Tomas Votruba
a5a5200e52 Updated Rector to commit 54a66206986e685787d7e038929618a66e98ec42
54a6620698 [TypeDeclaration] Add isset(), empty(), and negation support on BoolReturnTypeFromBooleanStrictReturnsRector (#6339)
2024-10-01 05:27:50 +00:00
Tomas Votruba
3c9b3f922c Updated Rector to commit 6b065efef08c34f6e3f69ebd24e24f2418f93007
6b065efef0 Bump php-parser to ^4.19.4 (#6338)
2024-09-29 15:11:48 +00:00
Tomas Votruba
09e6c3f693 Updated Rector to commit 5a2bd5fd57cf4dfa99153a4c1f33a137f27f7b95
5a2bd5fd57 Temporary Pin nikic/php-parser to 4.19.2 (#6337)
2024-09-29 14:41:46 +00:00
Tomas Votruba
2d8ed4af01 Updated Rector to commit 834c9ff6e0685b9d5a12fad9223aab7dd769c3cc
834c9ff6e0 keep newest phpstan versions
2024-09-26 18:56:04 +00:00
Tomas Votruba
2895385e35 Updated Rector to commit ae0bc675c1e956541bde8fa852a43f4d8322a25f
ae0bc675c1 bump deps
2024-09-26 18:54:51 +00:00
Tomas Votruba
3c7157c142 Updated Rector to commit f619d8670e85d0bd2859c475ca31178bc0e02254
f619d8670e Bump to PHPStan 1.12.5 and Fix deprecated ParametersAcceptorSelector::selectSingle() (#6329)
2024-09-26 16:51:04 +00:00
Tomas Votruba
eadafbe596 Updated Rector to commit 06622fe175ee9859b414ba2ea2b6c6d46adb360c
06622fe175 Bump to phpstan/phpdoc-parser:1.32.0 and run composer preload (#6328)
2024-09-26 08:44:25 +00:00
Tomas Votruba
169f83fb56 Updated Rector to commit 3c50a47e30e962033f72376b47be8a8ca65dbde5
3c50a47e30 Bump to PHPStan 1.12.4 and fix test (#6318)
2024-09-20 02:01:20 +00:00
Tomas Votruba
fb6dd9de84 Updated Rector to commit a1cbff44f9b2adb60308748fa949ac8e51c9238b
a1cbff44f9 use rector/release-notes-generator:^0.3.0 (#6311)
2024-09-18 08:30:29 +00:00
Tomas Votruba
61420a6bd4 Updated Rector to commit 71fb2e4c9346bf6ce6b057ff3d77511662f7913c
71fb2e4c93 Add MacOS troubleshooting to CONTRIBUTING.md (#6298)
2024-09-09 14:18:42 +00:00
Tomas Votruba
9011953565 Updated Rector to commit c9f4b4f843cef6757e6da1de8fb2a6f08987bced
c9f4b4f843 bump to laravel illuminate/container: ^11.22.0 (#6296)
2024-09-07 23:58:18 +00:00
Tomas Votruba
9fd26b514b Updated Rector to commit 1c20d81c56a0ec9cb7663421add2bd1004278370
1c20d81c56 Bump to PHPStan 1.12.2 and Fix test (#6289)
2024-09-05 21:15:47 +00:00
Tomas Votruba
be46a565ff Updated Rector to commit 8c9469092fa4735f54c58df220f22887c6e20e1f
8c9469092f Optimise checking the node types allowed for each rule (#6232)
2024-09-04 08:10:29 +00:00
Tomas Votruba
71850def81 Updated Rector to commit 4eacb1ccc94f378eec0f3a08dbd8c90935d8d248
4eacb1ccc9 [automated] Re-Generate preload.php (#6268)
2024-09-01 00:37:22 +00:00
Tomas Votruba
067bef0057 Updated Rector to commit 65184c515d56a6dd84310d37c86c79765f26c957
65184c515d Temporary pin illuminate/container to 11.20.0 (#6247)
2024-08-21 08:21:24 +00:00
Tomas Votruba
975b7cd487 Updated Rector to commit 377ec5526c796970b568ac8be0b01b03f11db483
377ec5526c Use ocramius/package-versions to get output phpstan version installed to replace on build (#6242)
2024-08-20 14:15:38 +00:00
Tomas Votruba
e001fc4219 Updated Rector to commit 4f70e80c2d5f1febd01de2e7fa4a057880909dcb
4f70e80c2d Bump phpstan to 1.11.11 and pcre to 3.3.0 (#6241)
2024-08-20 13:23:49 +00:00
Tomas Votruba
efcd77aa17 Updated Rector to commit 67238d841a46b5fecc9ef204ffef4ba773e82cb9
67238d841a [docs] add note about new find-rule page (#6224)
2024-08-08 13:54:22 +00:00
Tomas Votruba
cbfdee3c34 Updated Rector to commit 59585ae75aafa8c5e2666b047a84f13ab35fb59f
59585ae75a [Experiment] [NodeTypeResolver] Remove no longer needed deep Expr visitor ExprScopeFromStmtNodeVisitor (#6223)
2024-08-07 06:07:44 +00:00
Tomas Votruba
d40c7c4301 Updated Rector to commit e4708c58a4ddb167511d61dff636d9edcdd0e805
e4708c58a4 [CodeQuality] Ensure check native array type on Foreach* rules (#6222)
2024-08-06 14:21:15 +00:00
Tomas Votruba
c050377f96 Updated Rector to commit 69a3e31e443dc9610e675ee2ac380cd8f6581a4c
69a3e31e44  [CodeQuality] Skip Generator on SimplifyForeachToCoalescingRector  (#6221)
2024-08-06 13:55:04 +00:00
Tomas Votruba
7aeb17c570 Updated Rector to commit ad36316e98182d42006195f66b2f3942639b97b9
ad36316e98 Rectify and clean up skip config (#6205)
2024-08-01 07:43:24 +00:00
Tomas Votruba
38b9cd6da5 Updated Rector to commit b95c4e8b061f0bf94a2608936edee7beaf228f18
b95c4e8b06 Fix scoper build due to composer/pcre conflict (#6186)
2024-07-25 11:04:48 +00:00
Tomas Votruba
044e636401 Rector 1.2.2 2024-07-25 07:44:34 +00:00
Tomas Votruba
65dfd8cb76 Updated Rector to commit 07fffd50f3b62196856f22622815768385554272
07fffd50f3 [TypeDeclaration] Skip possible value resetted on TypedPropertyFromCreateMockAssignRector (#6178)
2024-07-23 21:21:50 +00:00
Tomas Votruba
8d7c7faf2f Updated Rector to commit 417b208b58da94040e01c5f9629ae33db472df78
417b208b58 [TypeDeclaration] Add TypedPropertyFromCreateMockAssignRector (#6177)
2024-07-23 17:11:54 +00:00
Tomas Votruba
cecbffbf7d Updated Rector to commit b0c89a98a0eb4a62d3141d950484d6e3ea7fdbda
b0c89a98a0 fix: Convert DateTime to Carbon properly when hours/minutes/seconds are used (#6176)
2024-07-23 16:05:22 +00:00
Tomas Votruba
dd8c5b5f6d Updated Rector to commit 29e926608b0008df286370f94cf5c26b4aa86226
29e926608b  [NodeTypeResolver] Fill scope of dynamic variable variable  (#6175)
2024-07-22 22:19:14 +00:00
Tomas Votruba
5ab7399531 Updated Rector to commit e4c27be2ed869ed495cb5631ec9e6efc0ddc68ee
e4c27be2ed [NodeTypeResolver] Clean up re-fill scope on PHPStanNodeScopeResolver on variable variable (#6174)
2024-07-22 22:11:28 +00:00
Tomas Votruba
6da53ce15c Updated Rector to commit 18846cb4c3052cb313619fea47c8a7b56d8e99b1
18846cb4c3 [TypeDeclaration] Skip has named arg on AddMethodCallBasedStrictParamTypeRector (#6137)
2024-07-11 14:17:27 +00:00
Tomas Votruba
db70c30349 Updated Rector to commit ba84c336b8beeeaca21934e8fe34bcd0a6d68f1e
ba84c336b8 [dev] Bump release notes generator that includes Symfony, Doctrine and PHPUnit PRs too (#6099)
2024-07-01 14:30:02 +00:00
Tomas Votruba
738f33982e Updated Rector to commit ef333502fb722ef471049b492a257781d02d0d62
ef333502fb Make NameScopeFactory simpler (#6092)
2024-07-01 06:16:16 +00:00
Tomas Votruba
a8d6183cb0 Updated Rector to commit 33ccf7e416bb6314f17597b1735a399bf769acbf
33ccf7e416 [CI] Make linter simple (#6057)
2024-06-27 07:54:21 +00:00
Tomas Votruba
6ccf847c93 Updated Rector to commit 17894d729f7711e9540340f3e6c6847fa40a9679
17894d729f restore
2024-06-24 13:01:17 +00:00
Tomas Votruba
bce5a105f0 Updated Rector to commit 61ae6d6d3cc3b16312ead9e817da6d86995d25c4
61ae6d6d3c [Internal] Remove recipe-based generator as not used (#6014)
2024-06-23 00:57:52 +00:00