12981 Commits

Author SHA1 Message Date
Tomas Votruba
785101045c Updated Rector to commit 78c6226bceb7649c8482f8a49e2f9428d9d5fa4a
78c6226bce Allow resolving names on dynamic property fetch (#996)
2021-10-13 11:50:37 +00:00
Tomas Votruba
15a8647cf0 Rector 0.11.58 0.11.58 2021-10-12 20:26:47 +00:00
Tomas Votruba
a32549da39 Updated Rector to commit bbc67f8089f688051a57b777d11c28ea55ff8fff
bbc67f8089 bump deps
2021-10-12 20:24:04 +00:00
Tomas Votruba
ebd0863c09 Updated Rector to commit ccd8e898af997a1a21af6159c6b85f04ab418552
ccd8e898af [Naming][Php56] Handle AddDefaultValueForUndefinedVariableRector + RenameParamToMatchTypeRector (#993)
2021-10-12 12:52:00 +00:00
Tomas Votruba
b45a2137a9 Updated Rector to commit 2d6dba4055c239757c0d42dc09be955174ef7415
2d6dba4055 [DX] Check php version features parameter type (#983)
2021-10-12 09:41:48 +00:00
Tomas Votruba
8a34eb9bd8 Updated Rector to commit aae9a4049ad5992052bafa1f37953681190e2404
aae9a4049a Bump Symplify dependencies, bump phpdoc-parser to 1.2 (#990)
2021-10-12 09:14:35 +00:00
Tomas Votruba
100023d71a Updated Rector to commit 26ac10318950d641fcd7df94c9fd2d42eb87921c
26ac103189 [Php80] Copy array generic doc on ClassPropertyAssignToConstructorPromotionRector (#988)
2021-10-12 08:14:21 +00:00
Tomas Votruba
3163961fe7 Updated Rector to commit 90c1d09a33d2675b5b60d8bc08d3853cfbfcf75a
90c1d09a33 [PHPStanStaticTypeMapper] Add UnionTypeAnalyzer::isNullable() (#987)
2021-10-12 01:37:01 +00:00
Tomas Votruba
dbec2c82cd Updated Rector to commit 5f915d861b2a48043d8783568f4b825560b0a00b
5f915d861b handle cases where strlen arg is a Stringable object (#981)
2021-10-11 23:20:15 +00:00
Tomas Votruba
c6a9b6bdf0 Updated Rector to commit 65c3a44c638f203cb2c10affa6dcc70af920e6f8
65c3a44c63 [TypedPropertyRector] Handle nullable collection on TypedPropertyRector (#986)
2021-10-11 06:45:23 +00:00
Tomas Votruba
7a1714be31 Updated Rector to commit f6d00371f97e79946fcd8ac9f6f468f7c424b2d3
f6d00371f9 [TypeDeclaration] Skip nullable generic typed on ReturnTypeDeclarationRector (#985)
2021-10-10 08:58:47 +00:00
Tomas Votruba
9056c6c3a5 Updated Rector to commit 3c0cb22a58e6b8dc4195631046ba4a62ceabf279
3c0cb22a58 [automated] Re-Generate Nodes/Rectors Documentation (#984)
2021-10-10 00:30:12 +00:00
Tomas Votruba
8fc6af697d Updated Rector to commit 9a6afde216ed9afa954dd4fc6fd196b3a5b803b9
9a6afde216 [DX] Add LevelSetList (#971)
2021-10-09 16:11:30 +00:00
Tomas Votruba
62d76e35e7 Updated Rector to commit f1b772ab3a72a8f546280a4600efff6addb49bec
f1b772ab3a [DX] Add EmptyConfigurableRectorChecker (#960)
2021-10-09 13:51:00 +00:00
Tomas Votruba
da332c4235 Updated Rector to commit 7c20d2d7021038ddd013940769a994cb2998b073
7c20d2d702 validate config input in AddMethodCallBasedStrictParamTypeRector (#978)
2021-10-09 13:44:48 +00:00
Tomas Votruba
9ef423f227 Updated Rector to commit 58d4ab79fea9bde9f44e882d6487353e16e58a4f
58d4ab79fe [TypeDeclaration]: support  phpdoc instead of native  in AddVoidReturnTypeWhereNoReturnRector (#977)
2021-10-09 13:43:57 +00:00
Tomas Votruba
ed02a91232 Updated Rector to commit a72cd328754596aabbc1f589d8c29133c297e69f
a72cd32875 [FileFormatter] Allow Yaml custom tags on YamlFileFormatter (#980)
2021-10-09 13:40:50 +00:00
Tomas Votruba
45d3e63a94 Updated Rector to commit ff32aed8c3ad9498af2017a342ec02d5f1914561
ff32aed8c3 fix: Attempt to assign property type on null error (#979)
2021-10-09 05:23:01 +00:00
Tomas Votruba
9a92488e2c Updated Rector to commit 82b689d71324d0872ca688dddcf2157bfb7d5d3c
82b689d713 add trigger warning about deprecated resolve() and getStaticType() methods in NodeTypeResolver + update all packages (#976)
2021-10-07 19:40:12 +00:00
Tomas Votruba
7ea6373fd7 Updated Rector to commit d060796fa7c0246989c3537be3aa50113eaeeff9
d060796fa7 [Scoped] Add rector-laravel and rector-phpoffice to conflict in target repo (#975)
2021-10-07 19:06:33 +00:00
Tomas Votruba
6154cc59ea Updated Rector to commit f2afe8ed6edb2e91082158c3a7b317b72a46fde8
f2afe8ed6e [DX] Move from deprecated getStaticType() to getType() (#974)
2021-10-07 18:52:22 +00:00
Tomas Votruba
61389a9b2c Updated Rector to commit f6f7431ce7aa36124efcda10e1b9ed16a5ccc343
f6f7431ce7 [DX] Merge getObjectType() and getStaticType() methods to single getType() (#973)
2021-10-07 17:46:41 +00:00
Tomas Votruba
4fa8da0c31 Updated Rector to commit 5ba14990349db5141c98b373d3360018f8bd00a0
5ba1499034 [Strict] Skip stripos on BooleanInIfConditionRuleFixerRector (#966)
2021-10-07 17:03:55 +00:00
Tomas Votruba
7d712af5a2 Updated Rector to commit eb811b13b9197e4e9c3994274ed05c2e47993c5a
eb811b13b9 [CodeQuality] Add ExplicitMethodCallOverMagicGetSetRector (#972)
2021-10-07 16:13:11 +00:00
Tomas Votruba
920c722cfe Updated Rector to commit f175e5afdf8662faf2c7a7c82c0d2a48eb50dbeb
f175e5afdf [Php74] Skip type hint DummyTraitClass on TypedPropertyRector (#965)
2021-10-07 08:39:10 +00:00
Tomas Votruba
a2ed31d38b Updated Rector to commit cddcebf132cb9ea7f1f33d77a35b89305cbb2ff4
cddcebf132 [DowngradePhp74] Handle fn inside fn on ArrowFunctionToAnonymousFunctionRector (#967)
2021-10-07 08:01:49 +00:00
Tomas Votruba
dec07bda16 Updated Rector to commit 97a8d8ee10ebaf78cc6eb4a64c30de3a7bb4c5e6
97a8d8ee10 [TypeDeclaration] Handle param description in next line on ParamTypeDeclarationRector (#969)
2021-10-07 08:00:22 +00:00
Tomas Votruba
dd90137169 Updated Rector to commit f175e5afdf8662faf2c7a7c82c0d2a48eb50dbeb
f175e5afdf [Php74] Skip type hint DummyTraitClass on TypedPropertyRector (#965)
2021-10-07 07:59:43 +00:00
Tomas Votruba
34fc36ed68 Updated Rector to commit 683077ed2a6d6be481fd3f3ab491b3eb4e3ffc6e
683077ed2a [Downgrade PHP 7.2] Downgrade object type also in Closure (#961)
2021-10-06 09:54:20 +00:00
Tomas Votruba
9909c26a13 Updated Rector to commit e9e2877d959f24ee91e5f76a6cf626499011c4bb
e9e2877d95 [CodingStyle] Skip inside return statement on NewlineAfterStatementRector (#958)
2021-10-05 21:23:57 +00:00
Tomas Votruba
8203945744 Updated Rector to commit ed80bec474110d2e50f71c6dd1cad0c9a9b10491
ed80bec474 [Strict] Add parameter to require non-empty values opt-in (#956)
2021-10-05 15:59:39 +00:00
Tomas Votruba
e2239d52a1 Rector 0.11.57 0.11.57 2021-10-05 11:30:03 +00:00
Tomas Votruba
0bb5807237 Updated Rector to commit d4cb2395dc729e4c77e9b0e4a99677d9acb6d1b8
d4cb2395dc fix BooleanInBooleanNotRuleFixerRector docs
2021-10-05 11:12:46 +00:00
Tomas Votruba
0b0fa02f46 Updated Rector to commit c4de350289baf6f7cf4b64f1708f1e02fc1827dd
c4de350289 [Strict] Add rules to resolve PHPStan Strict rule set (#955)
2021-10-05 08:51:30 +00:00
Tomas Votruba
f6dfd556b7 Updated Rector to commit 687f9e9de9d5b25cdef988b8572d30f21ad42ea9
687f9e9de9 Clean up PHPStan ignore error messages (#954)
2021-10-05 05:07:42 +00:00
Tomas Votruba
89871d4a11 Updated Rector to commit dcf830fc12bbfe1fe76de759219c0cb992fb10fb
dcf830fc12 Bump symplify (#953)
2021-10-04 22:08:42 +00:00
Tomas Votruba
f9c50ad2b9 Updated Rector to commit 1f63ed3e55553cff1e2ef4c579a29ae8308dd90d
1f63ed3e55 Reworking trait scope run (#952)
2021-10-04 21:24:17 +00:00
Tomas Votruba
9d6051f97f Updated Rector to commit 6bfe0133002f30d16489deb9ef6028efdbbaa795
6bfe013300 [NodeCollector] Add ArrayCallableDynamicMethod value object (#951)
2021-10-03 08:23:40 +00:00
Tomas Votruba
e5110e1fff Updated Rector to commit c7841107c9c761a840f0d94c01d757d12942d2ab
c7841107c9 Re-Trigger build scopped as prev quoted commit message cause build failure and there is symplify update (#950)
2021-10-02 22:25:11 +00:00
Tomas Votruba
028a05a8ab Updated Rector to commit 7607da675158a780100fb3aca2831f3374bead75
7607da6751 bump docs
2021-10-02 14:09:09 +00:00
Tomas Votruba
e8f35ec2b6 Updated Rector to commit e6894a9d1b96dc52d2e2b6e7ab3972204320d3a4
e6894a9d1b [Generics] Add MakeClassMethodGenericRector (#948)
2021-10-02 14:06:29 +00:00
Tomas Votruba
28c6a546ff Updated Rector to commit 20b5c94b22b20eda4f6adefd02ce2ff11738e0de
20b5c94b22 [NodeCollector] Ensure pass Scope instance to 2nd arg on ClassReflection->getMethod() in ArrayCallableMethodMatcher (#947)
2021-10-02 10:08:44 +00:00
Tomas Votruba
da81700dfe Updated Rector to commit 0b84824190447f3d35ac7bdca62723d889957fe6
0b84824190 [Renaming] Skip rename Name when parent is Namespace_ equal to target name on RenameClassRector (#942)
2021-10-02 09:50:46 +00:00
Tomas Votruba
2baccf6956 Updated Rector to commit c1a63ed2d0ae122633da204c685107ee685c3ca2
c1a63ed2d0 [Php74] Handle parent already typed on TypedPropertyRector (#945)
2021-10-01 23:13:11 +00:00
Tomas Votruba
93ca3f3280 Updated Rector to commit 0552b3a8852eb70465be2286c26071793e62fb5a
0552b3a885 [EarlyReturn] Handle continue/break in foreach with next return on ChangeAndIfToEarlyReturnRector (#946)
2021-10-01 18:08:07 +00:00
Tomas Votruba
d102625c63 Updated Rector to commit 347b5938475e5b0e846be6ef631d5939a47fc1a0
347b593847 [CodingStyle] Do not escape expression on ConsistentPregDelimiterRector with double quote (#944)
2021-10-01 14:03:02 +00:00
Tomas Votruba
9c7734ab41 Updated Rector to commit 363e7910e7360dcee746370de90c3c51eae306a9
363e7910e7 Bump EndBug/add-and-commit from 7.2.1 to 7.4.0 (#943)
2021-10-01 11:43:12 +00:00
Tomas Votruba
70acf467c7 Updated Rector to commit 22b9e19dc2cbce663ef4ddeee5f6d84b2877d336
22b9e19dc2 [Php74] Handle TypedPropertyRector parent and child in the same file name (#938)
2021-09-30 16:50:09 +00:00
Tomas Votruba
5405964da4 Updated Rector to commit 534e620641a43b80113a261011dd2295d5b55fb3
534e620641 Fix Php Version Features on downgrade-php81 set list (#937)
2021-09-30 13:56:59 +00:00
Tomas Votruba
027f7f71ea Updated Rector to commit ffa3915630243f31a1c3ee99defc7a615fc3f505
ffa3915630 fix getArgs() missing in phpstan scoped version in rector-src packages (#936)
2021-09-30 13:38:25 +00:00