2893 Commits

Author SHA1 Message Date
Tomas Votruba
3bad479870 Updated Rector to commit 1743bb1a9a95bf0d9353976930533ce008c6f05d
1743bb1a9a [Php56] Skip after exit() on AddDefaultValueForUndefinedVariableRector (#2949)
2022-09-23 07:54:29 +00:00
Tomas Votruba
7fc770b602 Updated Rector to commit 3335ea46e83544a4cb694931809e46dc3b5c849c
3335ea46e8 [TypeDeclaration] Skip intersection array on ReturnTypeDeclarationRector on PHP 8.1 feature enabled (#2948)
2022-09-22 17:29:58 +00:00
Tomas Votruba
a548d35868 Updated Rector to commit f846afc61bdd4839085f265b505b60cf1b866553
f846afc61b Fix type error on downgraded version. (#2946)
2022-09-22 15:56:27 +00:00
Tomas Votruba
34e47ea0dd Updated Rector to commit b54c62993056f984ca68d75c654b98794f931582
b54c629930 Fix typo github worklfow (#2944)
2022-09-22 13:29:36 +00:00
Tomas Votruba
cd097e556c Updated Rector to commit b54c62993056f984ca68d75c654b98794f931582
b54c629930 Fix typo github worklfow (#2944)
2022-09-21 09:42:53 +00:00
Tomas Votruba
5f9e3588ab Updated Rector to commit 8615aa59fb9e0f650e529f8e08e02b8b3a7dd0ac
8615aa59fb [DeadCode] Handle crash on RemoveUnusedPrivatePropertyRector+RemoveJustPropertyFetchForAssignRector (#2943)
2022-09-21 06:37:36 +00:00
Tomas Votruba
1fbb663af8 Updated Rector to commit 05dc89279c87e074f6a974ab5a973a36c8262723
05dc89279c Add refactorings for ...val() (#2942)
2022-09-20 13:34:09 +00:00
Tomas Votruba
72df4482bd Updated Rector to commit 603502724909905922d0c18646fb86b51d844fc9
6035027249 Skip magic methods for StaticCallOnNonStaticToInstanceCallRector. (#2941)
2022-09-20 05:49:46 +00:00
Tomas Votruba
7f4c965d08 Updated Rector to commit 35b0d39f63b1d8dff169ee673c6e6de1268304b3
35b0d39f63 Skip method of abstract class for StaticCallOnNonStaticToInstanceCallRector. (#2938)
2022-09-19 21:06:34 +00:00
Tomas Votruba
e46f4f4e38 Updated Rector to commit 35b0d39f63b1d8dff169ee673c6e6de1268304b3
35b0d39f63 Skip method of abstract class for StaticCallOnNonStaticToInstanceCallRector. (#2938)
2022-09-19 17:42:48 +00:00
Tomas Votruba
08fd789b99 Updated Rector to commit 4c693317f582654d993f1307091f58b49ce21add
4c693317f5 [AutoImport] Skip multiple namespaces on single file on auto imports (#2940)
2022-09-19 16:51:38 +00:00
Tomas Votruba
1ebe5f5d76 Updated Rector to commit cd1dca72ea6b5ade176136d576b481e2c9ae20fa
cd1dca72ea [AutoImport] Add GroupUse support on auto import (#2939)
2022-09-19 07:37:20 +00:00
Tomas Votruba
3ef878f63a Updated Rector to commit 75b126118af39ac57c119a6a83cb3a22c97f0220
75b126118a Skip properties with default values for MakeTypedPropertyNullableIfCheckedRector (#2936)
2022-09-18 17:57:19 +00:00
Tomas Votruba
21ef94bb90 Updated Rector to commit bad6a29da9c54736648b48f3323b312333c3cbcb
bad6a29da9 [AutoImport] Allow auto import to use existing alias in use statement (#2937)
2022-09-18 17:55:00 +00:00
Tomas Votruba
ac77f3a400 Updated Rector to commit 4923a147c3347d83b0cf302c03a4016e3b838a03
4923a147c3 [DeadCode] Skip nullable array on not empty on RemoveUnusedNonEmptyArrayBeforeForeachRector (#2935)
2022-09-18 11:37:35 +00:00
Tomas Votruba
19672d6690 Updated Rector to commit 5f05178587b69ffcd530f1096bd5ed64ca8398d8
5f05178587 [automated] Re-Generate Nodes/Rectors Documentation (#2934)
2022-09-18 00:40:19 +00:00
Tomas Votruba
549069621e Updated Rector to commit 6d44ff7eab19b3cbc96aae88eca769ff748fd6bc
6d44ff7eab [TypeDeclaration] Add AddArrowFunctionReturnTypeRector (#2933)
2022-09-17 15:58:21 +00:00
Tomas Votruba
c4794ecd48 Updated Rector to commit 5cd60b2607153f45ea7f113768593f9a364a1291
5cd60b2607 Add rector/rector-php-parser to require in composer.json (#2932)
2022-09-17 09:09:04 +00:00
Tomas Votruba
079d3637b2 Updated Rector to commit 85a01836afa3c4a1617e91dfb1d7f365adfb77f1
85a01836af [Php55] Allow alias name on StringClassNameToClassConstantRector (#2931)
2022-09-17 07:19:59 +00:00
Tomas Votruba
39cbc1f731 Updated Rector to commit c119bba7b1d7332fa79859d66b51f9b4f287dc6d
c119bba7b1 [Visibility] Does not turn abstraction into static from implicit public abstractions in ExplicitPublicClassMethodRector (#7483) (#2930)
2022-09-16 18:01:57 +00:00
Tomas Votruba
13dd0ad755 Updated Rector to commit cec7701e79be8f1384b3dbef67665b8151b7e2af
cec7701e79 [Php80] Handle crash on Nested Annotation to Attribute setting PhpVersion::PHP_80 (initializer - 1) (#2929)
2022-09-15 14:08:37 +00:00
Tomas Votruba
618cb0cb34 Updated Rector to commit 73aa7e3d68d74fc0b9b26fc543bf1207cfc8d0dd
73aa7e3d68 [CodingStyle] Skip has non-printable chars on SymplifyQuoteEscapeRector (#2926)
2022-09-13 13:01:08 +00:00
Tomas Votruba
b425e6ab95 Updated Rector to commit 73aa7e3d68d74fc0b9b26fc543bf1207cfc8d0dd
73aa7e3d68 [CodingStyle] Skip has non-printable chars on SymplifyQuoteEscapeRector (#2926)
2022-09-13 12:50:28 +00:00
Tomas Votruba
445140f239 Updated Rector to commit a41ab99080e117c96cfb7107f58ab7b6d9281aa9
a41ab99080 Fix VarAnnotationIncorrectNullableRector, add support for closure params when generating php doc (#2922)
2022-09-12 07:32:44 +00:00
Tomas Votruba
592d268d8b Updated Rector to commit a41ab99080e117c96cfb7107f58ab7b6d9281aa9
a41ab99080 Fix VarAnnotationIncorrectNullableRector, add support for closure params when generating php doc (#2922)
2022-09-12 07:25:54 +00:00
Tomas Votruba
f2017153a1 Updated Rector to commit effe4d38f68cfe64a38f7c2422befed3a872142e
effe4d38f6 [Skipper] Handle provide direct relative path in Skipper (#2921)
2022-09-11 14:23:52 +00:00
Tomas Votruba
d1c230fe39 Updated Rector to commit effe4d38f68cfe64a38f7c2422befed3a872142e
effe4d38f6 [Skipper] Handle provide direct relative path in Skipper (#2921)
2022-09-11 12:05:24 +00:00
Tomas Votruba
5a43eee340 Updated Rector to commit 2975a1bb0cc1a9e76c4cf09ad9b32494ac90d4e0
2975a1bb0c Skip first class callables in NullToStrictStringFuncCallArgRector (#2919)
2022-09-08 10:45:43 +00:00
Tomas Votruba
e3b535f364 Updated Rector to commit 2975a1bb0cc1a9e76c4cf09ad9b32494ac90d4e0
2975a1bb0c Skip first class callables in NullToStrictStringFuncCallArgRector (#2919)
2022-09-07 13:03:58 +00:00
Tomas Votruba
c5b7bc6035 Updated Rector to commit 90adbf0431d2f63e80bbb10807ff2786e19f068c
90adbf0431 [DeadCode] Skip assign if cond on RemoveUnusedNonEmptyArrayBeforeForeachRector (#2918)
2022-09-07 10:25:01 +00:00
Tomas Votruba
ed362f4e21 Updated Rector to commit 3de25c9cd3e7efcfa92c94f3cbdc533fdd6a115b
3de25c9cd3 [DeadCode] Handle assign empty array on if cond on RemoveUnusedNonEmptyArrayBeforeForeachRector (#2917)
2022-09-07 08:32:58 +00:00
Tomas Votruba
857e65fe7a Updated Rector to commit e5d927505714bcffd0d8a1a334bd07aa6361ed1c
e5d9275057 [Doctrine] Handle Partial removal annotation has annotation below on RemoveRedundantDefaultPropertyAnnotationValuesRector (#2914)
2022-09-06 03:16:21 +00:00
Tomas Votruba
c58bcae308 Updated Rector to commit e5d927505714bcffd0d8a1a334bd07aa6361ed1c
e5d9275057 [Doctrine] Handle Partial removal annotation has annotation below on RemoveRedundantDefaultPropertyAnnotationValuesRector (#2914)
2022-09-06 03:11:46 +00:00
Tomas Votruba
94c101e7d9 Updated Rector to commit a638a676b4c23c70ed65e52463a4c193d72d2c7d
a638a676b4 [PHP 7.4] Fix literator separator string/int missmatch in PHPStan type (#2913)
2022-09-05 17:52:37 +00:00
Tomas Votruba
cb35f4b8c0 Updated Rector to commit f230e5463ae1bfd9e1d6070935def31ae493109e
f230e5463a [PHP 8.1] Do not process static methods from Enum class (#2911)
2022-09-05 12:47:29 +00:00
Tomas Votruba
7222a8991e Updated Rector to commit edf1d520411ac348fa874fdf67e2924acf752f08
edf1d52041 [Scoper] Make phpstan/phpdoc-parser part of preload.php and preload-split-package.php (#2908)
2022-09-05 12:04:06 +00:00
Tomas Votruba
c33b229cb8 Updated Rector to commit f06d901e5135d1f7d61d0374d570b7b944b95779
f06d901e51 [Down_To_PHP71] Handle both parent and child typed for trailing comma downgrade on DowngradeLevelSetList::DOWN_TO_PHP_71 (#2910)
2022-09-05 11:33:38 +00:00
Tomas Votruba
429fb126bc Updated Rector to commit 76ee84cedfe4dedd612ee3c478d9ece4191a01cb
76ee84cedf CI-docs: Apply TitleCase Consistently, add to Root README, Test link lower as well (#2907)
2022-09-04 19:04:24 +00:00
Tomas Votruba
55915c3dea Rector 0.14.2 2022-09-04 16:13:03 +00:00
Tomas Votruba
03d636ba97 Updated Rector to commit 87d8ac84d83e29f2d1d7479cdde69272bdf8a9e9
87d8ac84d8 Explain how to persist Rector caches between CI runs (#2906)
2022-09-04 16:03:29 +00:00
Tomas Votruba
7030aef611 Updated Rector to commit 87d8ac84d83e29f2d1d7479cdde69272bdf8a9e9
87d8ac84d8 Explain how to persist Rector caches between CI runs (#2906)
2022-09-04 15:50:34 +00:00
Tomas Votruba
9d01c06e33 Updated Rector to commit bdee76597b93b0c75a70d767caed6f16cd8ae403
bdee76597b [Php55] Handle pre-slash string on StringClassNameToClassConstantRector (#2905)
2022-09-04 15:49:49 +00:00
Tomas Votruba
a0b6b46579 Updated Rector to commit 754fdd174ef743ebe7b528fc89adc3e61df7379e
754fdd174e [PHP 8.0] Add test for route spacing in annotaiton to attribute (#2904)
2022-09-04 10:07:02 +00:00
Tomas Votruba
463e8128b4 Updated Rector to commit 40c546e1835ebd452b0375e8529861b926e151ae
40c546e183 Update nikic/php-parser to 4.15.1 (#2903)
2022-09-04 09:51:45 +00:00
Tomas Votruba
5a0a2376f8 Updated Rector to commit d3cab63bcb44b27446a6224eb9d511f2d52e97ba
d3cab63bcb [Php74] Skip Nested ternary parenthesized multiline on ParenthesizeNestedTernaryRector (#2902)
2022-09-03 09:39:07 +00:00
Tomas Votruba
15441ab58b Rector 0.14.1 2022-09-03 08:49:00 +00:00
Tomas Votruba
62e856362b Updated Rector to commit a39844ee53169fb0b6d1184672eeb1869a541dd2
a39844ee53 [misc] Add Expr type to value resolver, remove RemoveFuncCallRector as niche feature, cleanup ClassManipulator from unused methods (#2900)
2022-09-03 08:03:15 +00:00
Tomas Votruba
2f2c1d1b5f Updated Rector to commit 3820e0075152c72f618226ff213faf847e3d39f7
3820e00751 [CodeQuality] Skip static::class on InlineConstructorDefaultToPropertyRector (#2899)
2022-09-03 07:04:14 +00:00
Tomas Votruba
8187757e86 Updated Rector to commit 3820e0075152c72f618226ff213faf847e3d39f7
3820e00751 [CodeQuality] Skip static::class on InlineConstructorDefaultToPropertyRector (#2899)
2022-09-03 06:21:38 +00:00
Tomas Votruba
2532428013 Updated Rector to commit a911c0898e3bbee10a08bc9f62c36edb99d8310b
a911c0898e [Transform] Skip transitional interface in AddInterfaceByTraitRector (#2898)
2022-09-02 21:04:18 +00:00