Skip to content

Commit 6da3fd3

Browse files
authored
Correct Scrutinizer Warning
Type was declared incorrectly in comment.
1 parent 41a5b74 commit 6da3fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/Settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class Settings
122122

123123
/**
124124
* Default paper
125-
* @var int
125+
* @var string
126126
*/
127127
private static $defaultPaper = self::DEFAULT_PAPER;
128128

0 commit comments

Comments
 (0)