4167 Commits

Author SHA1 Message Date
Tomas Votruba
dda18414a1 Updated Rector to commit 5e6a01145feda29e844606d161ff278c2297fa8f
5e6a01145f [README] fix ecs.php link
2021-06-17 09:46:43 +00:00
Tomas Votruba
26f92fe9e9 Updated Rector to commit 5157414f6ce53ddccf361f059c987648eda9b1b3
5157414f6c [Php80] Fix multiple cases and case mix up default for ChangeSwitchToMatchRector (#231)
2021-06-16 10:39:17 +00:00
Tomas Votruba
54f1f52d0b Updated Rector to commit bad98719a5dee23e4e4d170dae718c0f44745c79
bad98719a5 Incorrect behavior of RemoveUnusedPrivateMethodRector (#227)
2021-06-15 22:19:38 +00:00
Tomas Votruba
8f636d1e5d Updated Rector to commit f7ba591fd6216f067209a2236e3b5382c4172187
f7ba591fd6 rename fixture classes to differ from node names to avoid miss-type (#229)
2021-06-15 14:27:25 +00:00
Tomas Votruba
5915890df5 Updated Rector to commit c8900bf34845ea694b84443c6ccfc09e394f3e89
c8900bf348 [PHP 8.0] Fix conflicting attribute import (#223)
2021-06-14 17:05:09 +00:00
Tomas Votruba
0f17e48d24 Updated Rector to commit fc17cc90a9dbee71396866d1baf7c3fd3fef419b
fc17cc90a9 [Php80] Test for misplaced } on multiline in AnnotationToAttributeRector (#218)
2021-06-14 02:16:47 +00:00
Tomas Votruba
df68ed40ce Updated Rector to commit 3157491c7808b8ca110ada5a9a5cd64206972221
3157491c78 [PHP 8.0] Fix next attributes item with comma and new line (#215)
2021-06-13 22:57:08 +00:00
Tomas Votruba
ab3b6b2c9e Updated Rector to commit 651562dca23b2637184260a754f4dcdd7c41c520
651562dca2 [automated] Re-Generate Nodes/Rectors Documentation (#211)
2021-06-13 10:00:46 +00:00
Tomas Votruba
843f414034 Updated Rector to commit 7bbbed11e7976ecdd3a66fb88002704119c9d516
7bbbed11e7 Test:  +  (#208)
2021-06-12 06:41:08 +00:00
Tomas Votruba
e29462ff33 Updated Rector to commit ac81e98fbfb138ffd1b3dd2725ee1c6b7010a22b
ac81e98fbf move from nette/caching to own cache based on PHPStan (#202)
2021-06-11 11:03:31 +00:00
Tomas Votruba
a130d42a04 Updated Rector to commit 9dea8d8cd82bb640ccad2d583487d1afdd69428d
9dea8d8cd8 [DeadCode][CodeQuality] Handle use RemoveDeadInstanceOfRector + SwitchNegatedTernaryRector with if instanceof check (#201)
2021-06-11 09:40:47 +00:00
Tomas Votruba
b9f2e27693 Updated Rector to commit 8aeaeb172cef272c4e9bd0a4a863d31084bffa60
8aeaeb172c Fix for private method removal with different casing (#197)
2021-06-10 13:22:26 +00:00
Tomas Votruba
4e4ad99d9a Updated Rector to commit 1a3afef04d83ebac3cef3b00b18de7773ec4332c
1a3afef04d PHPStan updated and static fixes (#192)
2021-06-10 10:46:24 +00:00
Tomas Votruba
b1e9b02ed6 Updated Rector to commit 7bd6b3a0b94e402b05214f20279f7316c76b23aa
7bd6b3a0b9 Add new method createFromClassWithItems in PhpAttributeGroupFactory (#151)
2021-06-09 16:10:01 +00:00
Tomas Votruba
0b7ed89c33 Updated Rector to commit c469fac78b0d76cd96954da9fb4955c276d0ceee
c469fac78b Normalize array values in PhpAttributeGroupFactory (#190)
2021-06-09 14:44:09 +00:00
Tomas Votruba
6fa9c12855 Updated Rector to commit 4f26e3643d638a69edaf1064cf59c13f373d557d
4f26e3643d [Scoped] Early downgrade src/functions (#185)
2021-06-09 02:43:00 +00:00
Tomas Votruba
6f6962eaac Updated Rector to commit c07fc8cbcdfc45a47c46430c48bf69b294fcc208
c07fc8cbcd [Php80] Do not remove array<typed> on UnionTypesRector (#179)
2021-06-08 13:03:10 +00:00
Tomas Votruba
ff9660d77a Updated Rector to commit 6e320ce114384a8c03b91668e7f02ae00fe4f047
6e320ce114 [PHP 8.0] Improve single case check (#175)
2021-06-08 07:43:06 +00:00
Tomas Votruba
b82be72250 Updated Rector to commit 0c9a1f82b87dd7008effa50841e7525dbeccf8a9
0c9a1f82b8 [PSR4] Fix deleting file that matches class name (#163)
2021-06-07 07:27:06 +00:00
Tomas Votruba
2a67a839e2 Updated Rector to commit 6f59563d8b5b3ac526655380aa37706d569cc75f
6f59563d8b [TypeDeclaration] Do not duplicate piped array return on ReturnTypeDeclarationRector (#160)
2021-06-06 10:19:58 +00:00
Tomas Votruba
09b8d2a89e Updated Rector to commit af678a73b025590fb069f65fba20a77fddb9052d
af678a73b0 [Fix] use League\Flysystem\FilesystemInterface for RenameMethodRector (#153)
2021-06-06 10:06:13 +00:00
Tomas Votruba
46fdb339fd Updated Rector to commit 6f59563d8b5b3ac526655380aa37706d569cc75f
6f59563d8b [TypeDeclaration] Do not duplicate piped array return on ReturnTypeDeclarationRector (#160)
2021-06-06 10:05:00 +00:00
Tomas Votruba
d29020633e Updated Rector to commit 3158767ccb2ed82779541a67b19f4eeeced79383
3158767ccb [automated] Re-Generate Nodes/Rectors Documentation (#157)
2021-06-06 07:59:41 +00:00
Tomas Votruba
c4d234c4e3 Updated Rector to commit fef4e5bab41e19c13f08ba9369e9153207993969
fef4e5bab4 preload first
2021-06-05 21:03:55 +00:00
Tomas Votruba
ca0099e05a Updated Rector to commit 3818dfdbfca501d457712c1db8a56a0f10efbb12
3818dfdbfc unprefix instanceof in PhpFileLoader.php since Symfony 5.3
2021-06-05 18:54:16 +00:00
Tomas Votruba
844b87d281 Updated Rector to commit d4811367face4d815f4abc3b557ebc42a5439c7d
acd6f3a353 fix cs, remove rector_09 upgrade set d4811367fa [scoper] unprefix container only in our code
2021-06-05 16:24:38 +00:00
Tomas Votruba
2535f6a548 Updated Rector to commit 4e71338466d10e09447d72ccbbed89e64f6335bf
4e71338466 [Privatization] Skip Entity and Embeddable Attribute Doctrine\ORM\Mapping on FinalizeClassesWithoutChildrenRector (#155)
2021-06-05 14:17:34 +00:00
Tomas Votruba
a748b6716e Updated Rector to commit ac7666a4c943cf0fd8ad3b8a2ccc7541883d987c
ac7666a4c9 [FEATURE] Use OutputFormatter for show command (#147)
2021-06-04 20:22:20 +00:00
Tomas Votruba
cac240a178 Updated Rector to commit 4f33f3f3ecf85daecdc001c8e71e1e096d9f60bc
4f33f3f3ec XmlFileFormatter: utilize EditorConfigConfiguration for newline generation (#114)
2021-06-04 18:46:20 +00:00
Tomas Votruba
d0bc9a69be Updated Rector to commit d34b8469aa1eafe0f41138a0aa03f61e2a996b03
d34b8469aa Add test fixture and fix for AnnotationToAttributeRector (#145)
2021-06-04 12:04:31 +00:00
Tomas Votruba
1ca0410d14 Updated Rector to commit 4812b85c8f59e3c5c2d7f2b14597843fac5b3093
4812b85c8f [DowngradePhp72] Improve DowngradeParameterTypeWideningRector performance (#148)
2021-06-04 11:48:37 +00:00
Tomas Votruba
55b0e2405f Updated Rector to commit d34b8469aa1eafe0f41138a0aa03f61e2a996b03
d34b8469aa Add test fixture and fix for AnnotationToAttributeRector (#145)
2021-06-04 11:46:51 +00:00
Tomas Votruba
3547d90d45 Updated Rector to commit 1913747f014f5b4663dec6b32148a8d5046a74a5
1913747f01 [CodingStyle] Handle NotIdentical on CountArrayToEmptyArrayComparisonRector (#144)
2021-06-03 08:30:49 +00:00
Tomas Votruba
09dbb728dd Updated Rector to commit d519a197b47f6b9fb037238213f1ad80914c276c
d519a197b4 [BUGFIX] Fix if key is not a string (#142)
2021-06-02 16:07:43 +00:00
Tomas Votruba
2d7c16f73c Updated Rector to commit 6f7cd6ee3907411c388d7f179e34b8a845c7c96c
6f7cd6ee39 [Core] Fix ConfigurableCallValuesCollectingPhpFileLoader::import()  type (#140)
2021-06-02 02:12:14 +00:00
Tomas Votruba
e66f43136c Updated Rector to commit dbc08237828ceaaeb22d92a440c9ada6e16b4d36
dbc0823782 Skip @method reported as real one by phpstan class reflection (#138)
2021-06-01 21:34:08 +00:00
Tomas Votruba
3167527b46 Updated Rector to commit 02f9524e3414e9f65c38611dfc38ccefb5257695
02f9524e34 [DowngradePhp80] Add DowngradeNamedArgumentRector (#133)
2021-06-01 12:39:02 +00:00
Tomas Votruba
1a63f1a06c Updated Rector to commit 6fe5a9f4f1757893d30fb91cf07659395b73676b
6fe5a9f4f1 [Downgrade PHP 7.3] Add DowngradeIsCountableRector (#128)
2021-05-31 09:35:19 +00:00
Tomas Votruba
fff9179119 Updated Rector to commit f7e99868356cf76b167e1010d5f9b3694202596e
f7e9986835 [PHP 8.0] Add downgrade for str_starts_with() (#126)
2021-05-30 10:12:56 +00:00
Tomas Votruba
56b8376664 Updated Rector to commit 223ad8fca8280a298b02dce0226b91269e3b3535
223ad8fca8 fix ClassTypeResolverTest on windows (#118)
2021-05-30 07:55:27 +00:00
Tomas Votruba
13cd834559 Updated Rector to commit b42fc3dcbd04bdf5b1512e2f4f7d29645261bae8
b42fc3dcbd AnnotationExtractor: fix tests on windows (#111)
2021-05-30 07:55:10 +00:00
Tomas Votruba
d6ce660185 Updated Rector to commit 0864547a0d40d286201d03a0ba2b703ff2554f55
0864547a0d [automated] Re-Generate Nodes/Rectors Documentation (#125)
2021-05-30 07:54:06 +00:00
Tomas Votruba
7313b64374 Updated Rector to commit b90952fdeb81cce5dce10b34f97490701cc0537c
b90952fdeb Let Rector upgrade itself to PHP 8 🤖😇 (#123)
2021-05-29 22:10:59 +00:00
Tomas Votruba
eb050eb1bb Updated Rector to commit 763bce6c57f4ad1b3a6c421ce0a56d9219f1c9e2
763bce6c57 [PHP 8.0] Add class const reference to PhpAttributeGroupFactory (#122)
2021-05-29 20:14:45 +00:00
Tomas Votruba
578cb687e1 Rector 0.11.6 2021-05-29 17:17:11 +00:00
Tomas Votruba
ebc0abcc08 Updated Rector to commit e0b4e852a64ee87adf72f3308ec51e9672b71bbc
e0b4e852a6 [Php80] Annotation attribute should keep order original annotation comment (#104)
2021-05-28 12:08:33 +00:00
Tomas Votruba
47087101c1 Updated Rector to commit 80e6c3b95930026968fe9cf2cf4b471a08d76ec4
80e6c3b959 FileRelocationResolverTest: fix RegexpException on windows (#116)
2021-05-27 20:54:56 +00:00
Tomas Votruba
47d722993a Updated Rector to commit ae96c1a30812389737385b63ca9c79f8ab1d876e
ae96c1a308 Skip FormatPerservingPrinterTest on windows (#109)
2021-05-26 10:17:03 +00:00
Tomas Votruba
4ca106e3ef Updated Rector to commit 592ca48295d1cf2bf626a19c94de1c39a474c153
592ca48295 [CodeQuality] Mirror comment on SimplifyIfElseToTernaryRector (#103)
2021-05-25 16:37:18 +00:00
Tomas Votruba
9b5515a16d Updated Rector to commit 4f4c416041047f60b03ffeae4fb7235a01f65873
4f4c416041 [CodeQuality] Skip UnusedForeachValueToArrayKeysRector when value used in compact (#100)
2021-05-25 11:50:23 +00:00