Skip to content

Commit 88cc13d

Browse files
committed
fix
1 parent 722c81d commit 88cc13d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PhpWord/Reader/Word2007/Settings.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ public function read(PhpWord $phpWord)
7272
* @param PhpWord $phpWord
7373
* @param \DOMNode $node
7474
*/
75-
protected function setDocumentProtection(XMLReader $xmlReader, PhpWord $phpWord, \DOMNode $node) {
75+
protected function setDocumentProtection(XMLReader $xmlReader, PhpWord $phpWord, \DOMNode $node)
76+
{
7677
$documentProtection = $phpWord->getSettings()->getDocumentProtection();
7778

7879
$edit = $xmlReader->getAttribute('w:edit', $node);

0 commit comments

Comments
 (0)