Commit Graph

525 Commits

Author SHA1 Message Date
Tomas Votruba
0ead874fad Updated Rector to commit 75c06eab69
75c06eab69 Fix match static method name in annotation (#446)
2021-07-19 05:06:26 +00:00
Tomas Votruba
fcdb802092 Updated Rector to commit 10e545fc24
10e545fc24 [TypeDeclaration] Handle nullable return static type on ReturnTypeDeclarationRector (#456)
2021-07-18 15:29:48 +00:00
Tomas Votruba
f111676d1e Updated Rector to commit aaa5b3adce
aaa5b3adce [TypeDeclaration] Fixes Return Type static in ReturnTypeDeclarationRector (#454)
2021-07-18 11:06:04 +00:00
Tomas Votruba
e6402f8fb3 Updated Rector to commit dd72a0e149
dd72a0e149 [TypeDeclaration] Skip nullable typed on AddArrayParamDocTypeRector (#455)
2021-07-18 11:04:49 +00:00
Tomas Votruba
3b70eb89d7 Updated Rector to commit b76df70f2f
b76df70f2f [Core] Refactor RectorError ValueObject with inject with SmartFileInfo (#453)
2021-07-18 11:02:23 +00:00
Tomas Votruba
d77b300a95 Updated Rector to commit 2fc18bd2c0
2fc18bd2c0 [Rectify] Manual twice run rector against rules directory (#448)
2021-07-18 02:11:18 +00:00
Tomas Votruba
2a4b9bb9b2 Updated Rector to commit 747e026bfd
747e026bfd fix cs
2021-07-17 17:26:06 +00:00
Tomas Votruba
7b2bf95199 Updated Rector to commit d3f814ca27
d3f814ca27 cleanup
2021-07-17 17:24:05 +00:00
Tomas Votruba
4fa3a45ce3 Updated Rector to commit bc541b6a68
bc541b6a68 lock to fixed rector-doctrine
2021-07-17 15:51:01 +00:00
Tomas Votruba
d9693d9df5 Updated Rector to commit 3c9b567b06
3c9b567b06 bump symfony package version
2021-07-17 14:51:34 +00:00
Tomas Votruba
37477527f6 Updated Rector to commit 3b768950e8
3b768950e8 [Php71] Skip AssignArrayToStringRector on empty string array dim fetch value (#450)
2021-07-17 10:28:15 +00:00
Tomas Votruba
47a15e8e89 Updated Rector to commit e3f0952ce1
e3f0952ce1 github-actions: declare timeout for job execution (#449)
2021-07-17 10:00:47 +00:00
Tomas Votruba
e3f781999f Updated Rector to commit 2a28758894
2a28758894 [Core] Fix --no-progress-bar option not applied (#447)
2021-07-17 03:01:09 +00:00
Tomas Votruba
c6c9127e1d Updated Rector to commit b5f2f3a646
b5f2f3a646 Support compact() array syntax (#440)
2021-07-16 23:26:42 +00:00
Tomas Votruba
758dd7d904 Updated Rector to commit bdfeabd7db
bdfeabd7db [PSR4] Fix PHPUnit run test error on FileWithoutNamespaceTest (#445)
2021-07-16 22:54:51 +00:00
Tomas Votruba
e71a1c12e1 Updated Rector to commit b001e388cc
b001e388cc [TypeDeclaration] Skip ReturnTypeFromStrictTypedCallRector on possible no return (#441)
2021-07-16 16:43:25 +00:00
Tomas Votruba
9d280b5757 Updated Rector to commit 40fbe10f10
40fbe10f10 [Generics] Remove GenericsPHPStormMethodAnnotationRector, now native in PHPStorm (#444)
2021-07-16 14:37:41 +00:00
Tomas Votruba
dd04e0a00c Updated Rector to commit 9c19b3a102
9c19b3a102 Fix PHPStan notice (#443)
2021-07-16 10:06:10 +00:00
Tomas Votruba
cc15e42d73 Updated Rector to commit a0f2ad9789
a0f2ad9789 [Privatization] Skip ChangeGlobalVariablesToPropertiesRector on read only global variable (#442)
2021-07-16 09:16:38 +00:00
Tomas Votruba
81db79d69e Updated Rector to commit b2c0a05d56
b2c0a05d56 [DeadCode] Skip RemoveAssignOfVoidReturnFunctionRector on used in next statement (#434)
2021-07-15 23:10:57 +00:00
Tomas Votruba
cae21ff247 Updated Rector to commit acabcfc456
acabcfc456 [TypeDeclaration] Do not add return type on parent Closure for deep closure has return type on ReturnTypeFromStrictTypedCallRector (#439)
2021-07-15 22:20:38 +00:00
Tomas Votruba
65a21970aa Updated Rector to commit f7ba2752e3
f7ba2752e3 Cleanup (#438)
2021-07-15 10:36:02 +00:00
Tomas Votruba
8071bdbada Updated Rector to commit bb16912ba4
bb16912ba4 split FileWithoutNamespaceTest (#437)
2021-07-15 04:49:04 +00:00
Tomas Votruba
dffbdf312a Updated Rector to commit 3255ad72f5
3255ad72f5 Added factory to create class with public properties (#435)
2021-07-15 04:02:25 +00:00
Tomas Votruba
816016aac7 Updated Rector to commit 294bea2d18
294bea2d18 [FileProcessor] Run untill the file is fixed completelly (#432)
2021-07-15 03:40:51 +00:00
Tomas Votruba
68e641029b Updated Rector to commit 4f2d2d12dd
4f2d2d12dd [DeadCode] Skip RemoveUnusedNonEmptyArrayBeforeForeachRector on array param has default null (#433)
2021-07-14 07:23:54 +00:00
Tomas Votruba
25ec6cc541 Updated Rector to commit b6039d71e8
b6039d71e8 Update TokenGetAllToObjectRector to use the correct method name (#431)
2021-07-13 11:12:27 +00:00
Tomas Votruba
adc6b8148a Updated Rector to commit f7eeebaa7b
f7eeebaa7b [DeadCode] Fix non-null type check on RemoveUnusedNonEmptyArrayBeforeForeachRector (#430)
2021-07-13 05:50:47 +00:00
Tomas Votruba
266714f50f Updated Rector to commit 7bb957dd10
7bb957dd10 [Php80] Handle Default value from previous switch for ChangeSwitchToMatchRector (#429)
2021-07-12 08:29:31 +00:00
Tomas Votruba
e3fb3c2b29 Updated Rector to commit f17c388cd8
f17c388cd8 [Downgrade PHP 8] Register DowngradePhpTokenRector to downgrade-php80 config set (#427)
2021-07-12 08:29:17 +00:00
Tomas Votruba
55c47b9663 Updated Rector to commit d08a87f692
d08a87f692 added promoted property test for annotation to attribute rule (#425)
2021-07-12 08:28:11 +00:00
Tomas Votruba
4a9dac4d4c Updated Rector to commit 3b0e8b6486
3b0e8b6486 [DowngradePhp80] Add DowngradePhpTokenRector (#426)
2021-07-11 22:22:32 +00:00
Tomas Votruba
f3645ab6a9 Updated Rector to commit fb9ad83c32
fb9ad83c32 [CodeQuality] Skip InlineIfToExplicitIfRector on constant definition (#422)
2021-07-11 15:30:37 +00:00
Tomas Votruba
000c27be3b Updated Rector to commit b8488b6cf2
b8488b6cf2 Fix along PHPStan workflow on rector/rector (#421)
2021-07-10 19:54:31 +00:00
Tomas Votruba
0c1004ad17 Rector 0.11.36 2021-07-10 19:27:51 +00:00
Tomas Votruba
43e201d4c9 Updated Rector to commit a8c9cf033b
a8c9cf033b fix cs
2021-07-10 19:26:26 +00:00
Tomas Votruba
e23d499e1b Updated Rector to commit c424040f97
c424040f97 bump phpstan in prefixed repo
2021-07-10 19:25:27 +00:00
Tomas Votruba
876928998c Updated Rector to commit 4a7325f838
4a7325f838 [PSR4] Skip NormalizeNamespaceByPSR4ComposerAutoloadRector on has inline HTML (#420)
2021-07-10 19:20:27 +00:00
Tomas Votruba
7f0c8aacf2 Updated Rector to commit 9edc346b8c
9edc346b8c Revert packages_tests.yaml (#419)
2021-07-10 17:39:14 +00:00
Tomas Votruba
2651b707d0 Updated Rector to commit 85ae8dc7b4
85ae8dc7b4 [Defluent] Skip ReturnFluentChainMethodCallToNormalMethodCallRector on possibly not return  (#418)
2021-07-10 17:29:24 +00:00
Tomas Votruba
75cf1ea440 Updated Rector to commit 15e12b69cd
15e12b69cd [PHP 8.0] Fix quotes in attribute multiline text (#417)
2021-07-10 13:57:04 +00:00
Tomas Votruba
cf13295052 Updated Rector to commit 41bf955f17
41bf955f17 [PHP 8.0] Include single quote contenxt (#415)
2021-07-10 12:53:06 +00:00
Tomas Votruba
877bf53643 Updated Rector to commit 82aac93545
82aac93545 [Defluent] Skip ReturnFluentChainMethodCallToNormalMethodCallRector on last call not return current object (#413)
2021-07-10 11:50:43 +00:00
Tomas Votruba
54dcc7b361 Updated Rector to commit a49c8612af
a49c8612af [Downgrade PHP 8.0] Fix DowngradeNullsafeToTernaryOperatorRector for trait (#412)
2021-07-10 00:43:27 +00:00
Tomas Votruba
2d383f94a8 Updated Rector to commit 5255783267
5255783267 skip Standard printer from widening
2021-07-09 23:57:53 +00:00
Tomas Votruba
c99d08eab4 Updated Rector to commit a9ed924cdb
a9ed924cdb [CodeQuality] Fix array_keys on object in UnusedForeachValueToArrayKeysRector (#411)
2021-07-09 23:57:04 +00:00
Tomas Votruba
ebde8d4ca2 Updated Rector to commit cf0284b075
cf0284b075 [DowngradePhp80] Handle Attribute in DowngradePropertyPromotionRector (#410)
2021-07-09 23:55:05 +00:00
Tomas Votruba
307dfa2280 Updated Rector to commit 61823152cf
61823152cf skip 2 more from docs generator
2021-07-09 23:08:58 +00:00
Tomas Votruba
e219401909 Updated Rector to commit b5d553fe94
b5d553fe94 add one more
2021-07-09 23:06:54 +00:00
Tomas Votruba
8883574049 Updated Rector to commit 6f1f047087
6f1f047087 add RenameParamValueObjectInterface to trusted downgrade widening types
2021-07-09 23:00:32 +00:00