File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,8 @@ class Dumper
24
24
{
25
25
/**
26
26
* The amount of spaces to use for indentation of nested nodes.
27
- *
28
- * @var int
29
27
*/
30
- protected $ indentation ;
28
+ private int $ indentation ;
31
29
32
30
public function __construct (int $ indentation = 4 )
33
31
{
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ class Inline
26
26
{
27
27
public const REGEX_QUOTED_STRING = '(?:"([^" \\\\]*+(?: \\\\.[^" \\\\]*+)*+)"| \'([^ \']*+(?: \'\'[^ \']*+)*+) \') ' ;
28
28
29
- public static $ parsedLineNumber = -1 ;
30
- public static $ parsedFilename ;
29
+ public static int $ parsedLineNumber = -1 ;
30
+ public static ? string $ parsedFilename = null ;
31
31
32
32
private static bool $ exceptionOnInvalidType = false ;
33
33
private static bool $ objectSupport = false ;
You can’t perform that action at this time.
0 commit comments