Skip to content

Commit 2f785a3

Browse files
authored
Update property visibility (#545)
1 parent 3032c7b commit 2f785a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Generators/AbstractClassGenerator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
class AbstractClassGenerator
1010
{
11-
const INDENT = ' ';
11+
public const INDENT = ' ';
1212

1313
protected $filesystem;
1414

15-
private $tree;
15+
protected $tree;
1616

1717
protected $output = [];
1818

0 commit comments

Comments
 (0)