Skip to content

Commit

Permalink
Revert space changes
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Apr 15, 2020
1 parent 0e75f77 commit 286518a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Process/Tests/ProcessTest.php
Expand Up @@ -1439,7 +1439,7 @@ public function testRawCommandLine()
(
[0] => -
[1] => a
[2] =>
[2] =>
[3] => b
)
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Yaml/Tests/ParserTest.php
Expand Up @@ -2312,7 +2312,7 @@ public function testMultiLineComment()
parameters:
abc
# Comment
# Comment
YAML;

$this->assertSame(['parameters' => 'abc'], $this->parser->parse($yaml));
Expand Down

0 comments on commit 286518a

Please sign in to comment.