File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments