diff --git a/Tests/Formatter/OutputFormatterTest.php b/Tests/Formatter/OutputFormatterTest.php
index f418f446f..b041a0db5 100644
--- a/Tests/Formatter/OutputFormatterTest.php
+++ b/Tests/Formatter/OutputFormatterTest.php
@@ -279,7 +279,7 @@ public function testContentWithLineBreaks()
some text
EOF
- ));
+ ));
$this->assertEquals(<<some text
EOF
- ));
+ ));
$this->assertEquals(<<
EOF
- ));
+ ));
$this->assertEquals(<<
EOF
- ));
+ ));
}
public function testFormatAndWrap()
diff --git a/Tests/Helper/SymfonyQuestionHelperTest.php b/Tests/Helper/SymfonyQuestionHelperTest.php
index b8623e199..296c9fd00 100644
--- a/Tests/Helper/SymfonyQuestionHelperTest.php
+++ b/Tests/Helper/SymfonyQuestionHelperTest.php
@@ -162,7 +162,7 @@ public function testChoiceQuestionPadding()
[łabądź] baz
>
EOT
- , $output, true);
+ , $output, true);
}
public function testChoiceQuestionCustomPrompt()
@@ -181,7 +181,7 @@ public function testChoiceQuestionCustomPrompt()
[0] foo
>ccc>
EOT
- , $output, true);
+ , $output, true);
}
protected function getInputStream($input)