Skip to content

Commit

Permalink
Merge pull request #11 from localheinz/fix/cs
Browse files Browse the repository at this point in the history
Fix: Run 'make cs'
  • Loading branch information
localheinz authored Jan 4, 2018
2 parents ab50fb3 + 435c4e1 commit 475383c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Printer.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function print(string $original, bool $unEscapeUnicode, bool $unEscapeSla
}
} else {
/**
* Collapse empty {} and []
* Collapse empty {} and [].
*/
$printed = \rtrim($printed);
}
Expand Down

0 comments on commit 475383c

Please sign in to comment.