Skip to content

Commit ee0cb47

Browse files
committed
PHPCS Fixes
1 parent 06fe6c7 commit ee0cb47

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/PhpPresentation/Writer/ODPresentation/ObjectsChart.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,5 +924,4 @@ private function writeWallStyle(Chart $chart)
924924
// > style:style
925925
$this->xmlContent->endElement();
926926
}
927-
928927
}

tests/PhpPresentation/Tests/Writer/ODPresentationTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@ public function tearDown()
4040
*/
4141
public function testConstruct()
4242
{
43-
$objectPrefix = 'PhpOffice\\PhpPresentation\\Writer\\ODPresentation\\';
44-
$parts = array(
45-
'content' => 'Content',
46-
'manifest' => 'Manifest',
47-
'meta' => 'Meta',
48-
'mimetype' => 'Mimetype',
49-
'styles' => 'Styles',
50-
'drawing' => 'Drawing',
51-
);
52-
5343
$oPhpPresentation = new PhpPresentation();
5444
$oPhpPresentation->getActiveSlide()->createDrawingShape();
5545
$object = new ODPresentation($oPhpPresentation);

0 commit comments

Comments
 (0)