Skip to content

Commit 1a99b3a

Browse files
committed
Model: Fix escaping of curl arguments
1 parent be3378c commit 1a99b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPDraft/Parse/BaseParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ abstract class BaseParser
2323
/**
2424
* Temp directory
2525
*
26-
* @var array
26+
* @var string
2727
*/
2828
protected $tmp_dir;
2929

0 commit comments

Comments
 (0)