Skip to content

Commit 362528c

Browse files
committed
#129 : PHPCS Fixes
1 parent 64927b6 commit 362528c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/PhpPresentation/Shape/Chart/Gridlines.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ public function setOutline(Outline $outline)
3333
$this->outline = $outline;
3434
return $this;
3535
}
36-
}
36+
}

tests/PhpPresentation/Tests/Shape/Chart/GridlinesTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace PhpOffice\PhpPresentation\Tests\Shape\Chart;
44

5-
65
use PhpOffice\PhpPresentation\Shape\Chart\Gridlines;
76

87
class GridlinesTest extends \PHPUnit_Framework_TestCase
@@ -24,4 +23,4 @@ public function testGetSetOutline()
2423
$this->assertInstanceOf('PhpOffice\PhpPresentation\Shape\Chart\Gridlines', $object->setOutline($oStub));
2524
$this->assertInstanceOf('PhpOffice\PhpPresentation\Style\Outline', $object->getOutline());
2625
}
27-
}
26+
}

0 commit comments

Comments
 (0)