Skip to content

Commit f5852ab

Browse files
author
Peter Lind
committed
cleaning code according to PSR2 code standard
1 parent aeb09c5 commit f5852ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PhpPresentation/Writer/PowerPoint2007/PptSlideMasters.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public function render()
3131
if ($oBkgImage instanceof Image) {
3232
$this->oZip->addFromString('ppt/media/' . $oBkgImage->getIndexedFilename($oMasterSlide->getRelsIndex()), file_get_contents($oBkgImage->getPath()));
3333
}
34-
3534
}
3635

3736
return $this->oZip;

0 commit comments

Comments
 (0)