We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64927b6 commit 362528cCopy full SHA for 362528c
src/PhpPresentation/Shape/Chart/Gridlines.php
@@ -33,4 +33,4 @@ public function setOutline(Outline $outline)
33
$this->outline = $outline;
34
return $this;
35
}
36
-}
+}
tests/PhpPresentation/Tests/Shape/Chart/GridlinesTest.php
@@ -2,7 +2,6 @@
2
3
namespace PhpOffice\PhpPresentation\Tests\Shape\Chart;
4
5
-
6
use PhpOffice\PhpPresentation\Shape\Chart\Gridlines;
7
8
class GridlinesTest extends \PHPUnit_Framework_TestCase
@@ -24,4 +23,4 @@ public function testGetSetOutline()
24
23
$this->assertInstanceOf('PhpOffice\PhpPresentation\Shape\Chart\Gridlines', $object->setOutline($oStub));
25
$this->assertInstanceOf('PhpOffice\PhpPresentation\Style\Outline', $object->getOutline());
26
27
0 commit comments