diff --git a/src/Smalot/PdfParser/Config.php b/src/Smalot/PdfParser/Config.php index 1e13081c..cfa202e3 100644 --- a/src/Smalot/PdfParser/Config.php +++ b/src/Smalot/PdfParser/Config.php @@ -42,12 +42,14 @@ class Config /** * Represents: (NUL, HT, LF, FF, CR, SP) + * * @var string */ private $pdfWhitespaces = "\0\t\n\f\r "; /** * Represents: (NUL, HT, LF, FF, CR, SP) + * * @var string */ private $pdfWhitespacesRegex = '[\0\t\n\f\r ]';