Skip to content

Commit 022fdb1

Browse files
author
Peter Lind
committed
reverting separate fix for another issue
cleaning code according to PSR2 standard
1 parent d24e74e commit 022fdb1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/PhpPresentation/Tests/Writer/AbstractWriter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*/
1717

1818
namespace PhpOffice\PhpPresentation\Tests\Writer;
19+
1920
use PhpOffice\PhpPresentation\Writer;
2021

2122
/**

tests/PhpPresentation/Tests/Writer/AbstractWriterTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*/
1717

1818
namespace PhpOffice\PhpPresentation\Tests\Writer;
19+
1920
use PhpOffice\PhpPresentation\PhpPresentation;
2021

2122
require 'AbstractWriter.php';
@@ -43,7 +44,7 @@ public function testConstruct()
4344
/**
4445
* Test all drawings method
4546
*/
46-
public function testAllDrawings_includesMasterSlides()
47+
public function testAllDrawingsIncludesMasterSlides()
4748
{
4849
$presentation = new PhpPresentation();
4950

0 commit comments

Comments
 (0)