Skip to content

Commit 5ae8436

Browse files
Fix php styling
- Add back in deprecated package
1 parent 60cce62 commit 5ae8436

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"phpmd/phpmd": "2.*",
4444
"phploc/phploc": "2.*",
4545
"dompdf/dompdf":"0.6.*",
46-
"tecnickcom/tcpdf": "6.*",
46+
"tecnick.com/tcpdf": "6.*",
4747
"mpdf/mpdf": "5.*",
4848
"zendframework/zend-validator": "2.5.*"
4949
},

tests/PhpWord/Element/SectionTest.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,12 @@ public function testCreateHeaderFooter()
167167
/**
168168
* Add footer has same first page
169169
*/
170-
public function testaddFooter(){
171-
$object = new Section(1);
172-
$footer = $object->addFooter();
173-
$footer->addText('footer');
174-
$this->assertFalse($object->hasDifferentFirstPage());
170+
public function testaddFooter()
171+
{
172+
$object = new Section(1);
173+
$footer = $object->addFooter();
174+
$footer->addText('footer');
175+
$this->assertFalse($object->hasDifferentFirstPage());
175176
}
176177

177178
/**

0 commit comments

Comments
 (0)