Skip to content

Commit 192e2ba

Browse files
committed
One Additional Scrutinizer-related Change
New issue after removing annotations.
1 parent cd8fa35 commit 192e2ba

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/PhpWord/Writer/RTF/Element/AbstractElement.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,19 @@ abstract class AbstractElement extends HTMLAbstractElement
4141
*
4242
* @var \PhpOffice\PhpWord\Style\Font
4343
*/
44-
private $fontStyle;
44+
protected $fontStyle;
4545

4646
/**
4747
* Paragraph style
4848
*
4949
* @var \PhpOffice\PhpWord\Style\Paragraph
5050
*/
51-
private $paragraphStyle;
51+
protected $paragraphStyle;
52+
53+
/**
54+
* @var \PhpOffice\PhpWord\Escaper\EscaperInterface
55+
*/
56+
protected $escaper;
5257

5358
public function __construct(AbstractWriter $parentWriter, Element $element, $withoutP = false)
5459
{

0 commit comments

Comments
 (0)