File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff 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 ' )]
You can’t perform that action at this time.
0 commit comments