Skip to content

Commit 00f9bb5

Browse files
Owen LeibmanOwen Leibman
authored andcommitted
Formatting changes in source code.
1 parent 2513e54 commit 00f9bb5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/PhpWord/Escaper/RtfEscaper2Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/**
2121
* Test class for PhpOffice\PhpWord\Escaper\RTF
2222
*/
23-
class RtfEscaperTest extends \PHPUnit\Framework\TestCase
23+
class RtfEscaper2Test extends \PHPUnit\Framework\TestCase
2424
{
2525
const HEADER = '\\pard\\nowidctlpar {\\cf0\\f0 ';
2626
const TRAILER = '}\\par';

tests/PhpWord/Writer/RTF/ElementTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public function removeCr($field)
2828
{
2929
return str_replace("\r\n", "\n", $field->write());
3030
}
31+
3132
/**
3233
* Test unmatched elements
3334
*/

0 commit comments

Comments
 (0)