Skip to content

Commit ab9a3db

Browse files
committed
fix warning
1 parent 9cd3738 commit ab9a3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpWord/Writer/Word2007/Part/DocumentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function testWriteCustomProps()
5656
$docInfo->setCustomProperty('key6', new \DateTime());
5757
$docInfo->setCustomProperty('key7', time(), DocInfo::PROPERTY_TYPE_DATE);
5858

59-
$doc = TestHelperDOCX::getDocument($phpWord);
59+
TestHelperDOCX::getDocument($phpWord);
6060

6161
// $this->assertTrue($doc->elementExists('/Properties/property[name="key1"]/vt:lpwstr'));
6262
// $this->assertTrue($doc->elementExists('/Properties/property[name="key2"]/vt:bool'));

0 commit comments

Comments
 (0)