Tomas Votruba
|
25ec6cc541
|
Updated Rector to commit b6039d71e8f7277eff140f286392eec6551860bd
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 f7eeebaa7bdb96a6bc7311b1fa4a4e8a19789b35
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 7bb957dd100b02f2380e3bf85f36bf27fb3628fb
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 f17c388cd85d329ab455e6962e65c45527d6687e
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 d08a87f692fcea45633084a12889324a19da49d8
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 3b0e8b64866125b42f2d06fd84715c6263e41a12
3b0e8b6486 [DowngradePhp80] Add DowngradePhpTokenRector (#426)
|
2021-07-11 22:22:32 +00:00 |
|
Tomas Votruba
|
f3645ab6a9
|
Updated Rector to commit fb9ad83c32770022a3816ee06c88d92cd84dc322
fb9ad83c32 [CodeQuality] Skip InlineIfToExplicitIfRector on constant definition (#422)
|
2021-07-11 15:30:37 +00:00 |
|
Tomas Votruba
|
000c27be3b
|
Updated Rector to commit b8488b6cf20f3759892f57532274e52e0336c2a2
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 a8c9cf033ba6576495e654798a73618a3e422d8c
a8c9cf033b fix cs
|
2021-07-10 19:26:26 +00:00 |
|
Tomas Votruba
|
e23d499e1b
|
Updated Rector to commit c424040f97e506d29d32d58d64c2bbb8a5ee417c
c424040f97 bump phpstan in prefixed repo
|
2021-07-10 19:25:27 +00:00 |
|
Tomas Votruba
|
876928998c
|
Updated Rector to commit 4a7325f83882d25ce47dbf4142fda4fb29a199f8
4a7325f838 [PSR4] Skip NormalizeNamespaceByPSR4ComposerAutoloadRector on has inline HTML (#420)
|
2021-07-10 19:20:27 +00:00 |
|
Tomas Votruba
|
7f0c8aacf2
|
Updated Rector to commit 9edc346b8ca47b9e8123b95594308b198823afd4
9edc346b8c Revert packages_tests.yaml (#419)
|
2021-07-10 17:39:14 +00:00 |
|
Tomas Votruba
|
2651b707d0
|
Updated Rector to commit 85ae8dc7b438c51633ad9d9fc6a6ec156aa8b8e4
85ae8dc7b4 [Defluent] Skip ReturnFluentChainMethodCallToNormalMethodCallRector on possibly not return (#418)
|
2021-07-10 17:29:24 +00:00 |
|
Tomas Votruba
|
75cf1ea440
|
Updated Rector to commit 15e12b69cddb7fb8be78a6f7ef611bd5e878db55
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 41bf955f1778642ae6d756b383c611ba8c6c47d0
41bf955f17 [PHP 8.0] Include single quote contenxt (#415)
|
2021-07-10 12:53:06 +00:00 |
|
Tomas Votruba
|
877bf53643
|
Updated Rector to commit 82aac93545c59a8cc526fb4ac235a132485480a8
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 a49c8612af4d99e6ab0b41db60d3829c81110b54
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 5255783267c5ab08980490b9d38b42b26ed512a9
5255783267 skip Standard printer from widening
|
2021-07-09 23:57:53 +00:00 |
|
Tomas Votruba
|
c99d08eab4
|
Updated Rector to commit a9ed924cdbc4cdd53b563a678248519a7e3b6c15
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 cf0284b07503197948cbf8e036c46049a35164ee
cf0284b075 [DowngradePhp80] Handle Attribute in DowngradePropertyPromotionRector (#410)
|
2021-07-09 23:55:05 +00:00 |
|
Tomas Votruba
|
307dfa2280
|
Updated Rector to commit 61823152cf62a7f80604474cfc2426092a0c883d
61823152cf skip 2 more from docs generator
|
2021-07-09 23:08:58 +00:00 |
|
Tomas Votruba
|
e219401909
|
Updated Rector to commit b5d553fe9474cd3fde2cbeb1f526c5c5ae459313
b5d553fe94 add one more
|
2021-07-09 23:06:54 +00:00 |
|
Tomas Votruba
|
8883574049
|
Updated Rector to commit 6f1f047087a496a41745c1ea994273e3bc8dcdb4
6f1f047087 add RenameParamValueObjectInterface to trusted downgrade widening types
|
2021-07-09 23:00:32 +00:00 |
|
Tomas Votruba
|
c041296ac0
|
Updated Rector to commit c7b96e07d99a0eeb8bb67b9ae90e58130043aa65
c7b96e07d9 [Defluent] Skip DefluentReturnMethodCallRector on return clone object (#404)
|
2021-07-08 21:30:19 +00:00 |
|
Tomas Votruba
|
be4098b86d
|
Updated Rector to commit 42028629357d49c96aff581dfc06a22c14e90441
4202862935 [CodeQuality] Allow any Expr on InlineIfToExplicitIfRector (#406)
|
2021-07-08 17:38:08 +00:00 |
|
Tomas Votruba
|
2f7019decd
|
Updated Rector to commit c0eea3fd11bc409b151b1bfade5860c8682b8b1f
c0eea3fd11 Use PhpDocNodeTraverser to remove useless param tag value nodes (#409)
|
2021-07-08 17:11:02 +00:00 |
|
Tomas Votruba
|
34e62d7fc4
|
Updated Rector to commit c1d18043fe96e67a0ce4676c9a1eea7e54ae1a91
c1d18043fe Avoid attr groups override (#408)
|
2021-07-08 16:33:18 +00:00 |
|
Tomas Votruba
|
4e9b6ff030
|
Updated Rector to commit 0293296974e49555d5f6f28d65d0df704f5d6706
0293296974 extract UseImportNameMatcher (#407)
|
2021-07-08 15:57:28 +00:00 |
|
Tomas Votruba
|
4f5c3f4a02
|
Updated Rector to commit 0c709dfac727d7ea9b8d121a20daec17ebc0b1cb
0c709dfac7 Refactor node removing to phpdoc node traverser (#405)
|
2021-07-08 15:36:45 +00:00 |
|
Tomas Votruba
|
c3d5e6fe7b
|
Updated Rector to commit e0660247021b4a6030a9786510259dbcee1c7564
e066024702 [PHP 8.0] Add annotation removal in case of nested (#403)
|
2021-07-08 12:36:20 +00:00 |
|
Tomas Votruba
|
bd26221db6
|
Updated Rector to commit 32c0d7d1b7df03065d503d61d6424ebe019bc42b
32c0d7d1b7 [DeadCode][Naming] Handle null start token on use RemoveOverriddenValuesRector & RenameVariableToMatchNewTypeRector (#398)
|
2021-07-08 00:16:22 +00:00 |
|
Tomas Votruba
|
207c620c29
|
Updated Rector to commit 311a96fbf8a6f71faee4620db786669c76bbf015
311a96fbf8 bump php-parser to 4.11, phpstan to 0.12.91 (#402)
|
2021-07-08 00:06:13 +00:00 |
|
Tomas Votruba
|
0d1c3264a7
|
Updated Rector to commit 42a16eaf52e75212acf0f2e2902caf01fd89fd0b
3392cdf6f7 note complementary rector in missing rector reportre 42a16eaf52 fix cs
|
2021-07-07 21:55:32 +00:00 |
|
Tomas Votruba
|
32aea2aa25
|
Updated Rector to commit bf37d5f0ee86429df8b140f76fb0ab2f728972e1
bf37d5f0ee [DX] Add complemetary marker interface to warn about no registered rules (#400)
|
2021-07-07 21:35:23 +00:00 |
|
Tomas Votruba
|
bda9a60c30
|
Updated Rector to commit 5a863f65484038059143b6d0b4fae8a275f9e5e8
5a863f6548 [CodeQuality] Handle Nested Ternary on SwitchNegatedTernaryRector to have parenthesis (#397)
|
2021-07-07 14:27:09 +00:00 |
|
Tomas Votruba
|
85f7b6113a
|
Updated Rector to commit d5cd2bcc356ef008b82ba6502fbe6c8de4efc8d3
d5cd2bcc35 [Php80] feat: str_ends_with with hardcoded string (#399)
|
2021-07-07 14:26:24 +00:00 |
|
Tomas Votruba
|
eb28f3874a
|
Updated Rector to commit 9e231f1e13dcc612d18339332d96f2cc62dd3b5d
9e231f1e13 Add test for Fix key 1 TypeNormalizer::isUnionMixedArrayNeverType() (#395)
|
2021-07-07 01:38:18 +00:00 |
|
Tomas Votruba
|
852ef1dacd
|
Updated Rector to commit 0beb20af74e80d326b5afcd492f116e6a657d869
0beb20af74 Fix key 1 TypeNormalizer::isUnionMixedArrayNeverType() (#394)
|
2021-07-07 01:26:58 +00:00 |
|
Tomas Votruba
|
09e84aa431
|
Updated Rector to commit 20153a915bbbbd665084f44f725a10fc8c6b778f
20153a915b [TypeDeclaration] Skip mixed union return on ReturnTypeDeclarationRector (#393)
|
2021-07-07 00:20:29 +00:00 |
|
Tomas Votruba
|
41844a92f3
|
Updated Rector to commit 36ac7ab2843908b6f99ef67d372d58e4d5d22c13
36ac7ab284 Add support for phpstan/phpstan 0.12.91 (#379)
|
2021-07-06 14:11:36 +00:00 |
|
Tomas Votruba
|
b842577f96
|
Rector 0.11.35
|
2021-07-06 14:09:11 +00:00 |
|
Tomas Votruba
|
7d37ed4c7b
|
Updated Rector to commit 49a3c8d467501b11be9575bd18d8bfe37971644b
49a3c8d467 fix static
|
2021-07-06 14:05:28 +00:00 |
|
Tomas Votruba
|
71198dfa89
|
Updated Rector to commit dd755467045c0029371e7247d7490c29d9fe88e4
dd75546704 misc
|
2021-07-06 13:49:58 +00:00 |
|
Tomas Votruba
|
8055248d54
|
Updated Rector to commit 246de784d7f87b910607316d1c81f9538a440fa4
246de784d7 [Downgrade 7.2] Allow to exclude method names
|
2021-07-06 13:47:20 +00:00 |
|
Tomas Votruba
|
92ec4e424e
|
Updated Rector to commit 4d474297088cf09eb4913afc7d76af5e4a3f4859
4d47429708 fix attribute access
|
2021-07-06 13:14:17 +00:00 |
|
Tomas Votruba
|
927967a6ab
|
Updated Rector to commit ba9579a262d8ad7d7412ae30b9b5e485c24d8365
ba9579a262 [Downgrade 7.2] Make DowngradeParameterTypeWideningRector skip autowired methods (#392)
|
2021-07-06 13:09:53 +00:00 |
|
Tomas Votruba
|
8343c436d8
|
Updated Rector to commit ca44648a7a280a7693d73a5d3a973480715c5a0f
ca44648a7a refletc json output formatter in fatal error on container creationg
|
2021-07-06 12:28:45 +00:00 |
|
Tomas Votruba
|
3910e49c60
|
Updated Rector to commit 95e6a5e628ff75f3d66805ca3f952e15b9605d5c
95e6a5e628 [CodingStyle] Handle FuncGetArgsToVariadicParamRector in Method/Static Call (#389)
|
2021-07-06 11:41:14 +00:00 |
|
Tomas Votruba
|
4a9764e830
|
Updated Rector to commit dc78a3e7a884ae19c4094d6bd501e066f4114cf0
dc78a3e7a8 add phpstan doc nodes
|
2021-07-06 11:35:14 +00:00 |
|