We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e51498 commit 2a1870aCopy full SHA for 2a1870a
tests/PhpWord/Element/TrackChangeTest.php
@@ -41,7 +41,7 @@ public function testConstructDefault()
41
$this->assertEquals($date, $oTrackChange->getDate());
42
$this->assertEquals(TrackChange::INSERTED, $oTrackChange->getChangeType());
43
}
44
-
+
45
/**
46
* New instance with invalid \DateTime (produced by \DateTime::createFromFormat(...))
47
*/
0 commit comments