Skip to content

Commit 166904e

Browse files
committed
update fixture
1 parent 7442411 commit 166904e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

tests/Issues/IssueDowngradeArraySpread/Fixture/merge_const.php.inc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,10 @@ class MergeConst
6565

6666
private const EXPECTED_KINDS_GENERIC = [
6767
\T_ABSTRACT,
68-
\T_FINAL, \T_PRIVATE,
69-
\T_PROTECTED, \T_PUBLIC,
68+
\T_FINAL,
69+
\T_PRIVATE,
70+
\T_PROTECTED,
71+
\T_PUBLIC,
7072
\T_STATIC,
7173
\T_VAR,
7274
CT::T_CONSTRUCTOR_PROPERTY_PROMOTION_PUBLIC,

tests/Issues/IssueDowngradeArraySpread/config/configured_rule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
return static function (RectorConfig $rectorConfig): void {
1111
$rectorConfig->rules([
12-
DowngradeArraySpreadStringKeyRector::class,
12+
//DowngradeArraySpreadStringKeyRector::class,
1313
DowngradeArraySpreadRector::class
1414
]);
1515

0 commit comments

Comments
 (0)