Skip to content

Commit 2972625

Browse files
keradusnicolas-grekas
authored andcommitted
chore: PHP CS Fixer - update heredoc handling
1 parent f9a607a commit 2972625

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Tests/Command/DebugCommandTest.php

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ public function testDebugDeprecatedDefaults()
5252
* Symfony\Component\Form\Tests\Command\FooType
5353
5454
55-
TXT
56-
, $tester->getDisplay(true));
55+
TXT,
56+
$tester->getDisplay(true)
57+
);
5758
}
5859

5960
public function testDebugSingleFormType()
@@ -134,8 +135,9 @@ public function testDebugAmbiguousFormTypeInteractive()
134135
%A
135136
%A\A\AmbiguousType (Block prefix: "ambiguous")
136137
%A
137-
TXT
138-
, $output);
138+
TXT,
139+
$output
140+
);
139141
}
140142

141143
public function testDebugInvalidFormType()
@@ -183,8 +185,9 @@ class:%s
183185
Nested Options - %s
184186
---------------- -----------%s
185187

186-
TXT
187-
, $tester->getDisplay(true));
188+
TXT,
189+
$tester->getDisplay(true)
190+
);
188191
}
189192

190193
#[DataProvider('provideCompletionSuggestions')]

0 commit comments

Comments
 (0)