Skip to content

Commit c35fafd

Browse files
committed
Fix CS
1 parent 3f2ece4 commit c35fafd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Tests/Formatter/OutputFormatterTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ public function testContentWithLineBreaks()
279279
<info>
280280
some text</info>
281281
EOF
282-
));
282+
));
283283

284284
$this->assertEquals(<<<EOF
285285
\033[32msome text
@@ -289,7 +289,7 @@ public function testContentWithLineBreaks()
289289
<info>some text
290290
</info>
291291
EOF
292-
));
292+
));
293293

294294
$this->assertEquals(<<<EOF
295295
\033[32m
@@ -301,7 +301,7 @@ public function testContentWithLineBreaks()
301301
some text
302302
</info>
303303
EOF
304-
));
304+
));
305305

306306
$this->assertEquals(<<<EOF
307307
\033[32m
@@ -315,7 +315,7 @@ public function testContentWithLineBreaks()
315315
more text
316316
</info>
317317
EOF
318-
));
318+
));
319319
}
320320

321321
public function testFormatAndWrap()

Tests/Helper/SymfonyQuestionHelperTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public function testChoiceQuestionPadding()
162162
[łabądź] baz
163163
>
164164
EOT
165-
, $output, true);
165+
, $output, true);
166166
}
167167

168168
public function testChoiceQuestionCustomPrompt()
@@ -181,7 +181,7 @@ public function testChoiceQuestionCustomPrompt()
181181
[0] foo
182182
>ccc>
183183
EOT
184-
, $output, true);
184+
, $output, true);
185185
}
186186

187187
protected function getInputStream($input)

0 commit comments

Comments
 (0)