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 415d9b9 commit 40e4134Copy full SHA for 40e4134
tests/PhpWord/Tests/Element/SDTTest.php
@@ -35,8 +35,8 @@ public function testConstruct()
35
$type = $types[rand(0, 2)];
36
$value = rand(0, 100);
37
$object = new SDT($type);
38
- $object->setValue($value);;
39
- $object->setListItems($types);;
+ $object->setValue($value);
+ $object->setListItems($types);
40
41
$this->assertInstanceOf('PhpOffice\\PhpWord\\Element\\SDT', $object);
42
$this->assertEquals($type, $object->getType());
0 commit comments