Skip to content

Commit 7c958ef

Browse files
committed
#120 : Presentation with predefined View Type (Fix PHPMD)
1 parent 60c0c92 commit 7c958ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/PhpPresentation/PhpPresentation.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class PhpPresentation
3737
*
3838
* @var \PhpOffice\PhpPresentation\PresentationProperties
3939
*/
40-
protected $presentationProperties;
40+
protected $presentationProps;
4141

4242
/**
4343
* Document layout
@@ -128,7 +128,7 @@ public function setDocumentProperties(DocumentProperties $value)
128128
*/
129129
public function getPresentationProperties()
130130
{
131-
return $this->presentationProperties;
131+
return $this->presentationProps;
132132
}
133133

134134
/**
@@ -139,7 +139,7 @@ public function getPresentationProperties()
139139
*/
140140
public function setPresentationProperties(PresentationProperties $value)
141141
{
142-
$this->presentationProperties = $value;
142+
$this->presentationProps = $value;
143143
return $this;
144144
}
145145

0 commit comments

Comments
 (0)