Skip to content

Commit 40e4134

Browse files
committed
Fix PHPCS
1 parent 415d9b9 commit 40e4134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PhpWord/Tests/Element/SDTTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ public function testConstruct()
3535
$type = $types[rand(0, 2)];
3636
$value = rand(0, 100);
3737
$object = new SDT($type);
38-
$object->setValue($value);;
39-
$object->setListItems($types);;
38+
$object->setValue($value);
39+
$object->setListItems($types);
4040

4141
$this->assertInstanceOf('PhpOffice\\PhpWord\\Element\\SDT', $object);
4242
$this->assertEquals($type, $object->getType());

0 commit comments

Comments
 (0)