Skip to content

Commit 9255143

Browse files
authored
Fix dynamically added property issue
1 parent 6112ed3 commit 9255143

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ActiveCollab/EmailReplyExtractor/Extractor/Extractor.php

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
*/
1010
abstract class Extractor
1111
{
12+
/**
13+
* @var string
14+
*/
15+
private $body;
16+
1217
/**
1318
* @var Parser
1419
*/

0 commit comments

Comments
 (0)