Skip to content

Commit 738c6d9

Browse files
Update CorenlpAdapter.php
serverMemory should be declared as an array
1 parent 612008d commit 738c6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CoreNLP/CorenlpAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class CorenlpAdapter {
1313
*/
1414
public $serverRawOutput = ''; // container for serveroutput
1515
public $serverOutput = ''; // container for decoded data
16-
public $serverMemory = ''; // keeps all the output
16+
public $serverMemory = array(); // keeps all the output
1717
public $trees = array(); // keeps parsed trees
1818

1919

0 commit comments

Comments
 (0)