Skip to content

Commit d4148fd

Browse files
authored
fixes CS issue in Config.php (#414)
1 parent 57667ee commit d4148fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Smalot/PdfParser/Config.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@ class Config
4242

4343
/**
4444
* Represents: (NUL, HT, LF, FF, CR, SP)
45+
*
4546
* @var string
4647
*/
4748
private $pdfWhitespaces = "\0\t\n\f\r ";
4849

4950
/**
5051
* Represents: (NUL, HT, LF, FF, CR, SP)
52+
*
5153
* @var string
5254
*/
5355
private $pdfWhitespacesRegex = '[\0\t\n\f\r ]';

0 commit comments

Comments
 (0)