File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ class OutputFormat
178
178
/**
179
179
* @var int
180
180
*/
181
- private $ indendationLevel = 0 ;
181
+ private $ indentationLevel = 0 ;
182
182
183
183
public function __construct () {}
184
184
@@ -663,7 +663,7 @@ public function setRenderComments(bool $renderComments): self
663
663
*/
664
664
public function getIndentationLevel (): int
665
665
{
666
- return $ this ->indendationLevel ;
666
+ return $ this ->indentationLevel ;
667
667
}
668
668
669
669
/**
@@ -689,7 +689,7 @@ public function nextLevel(): self
689
689
{
690
690
if ($ this ->nextLevelFormat === null ) {
691
691
$ this ->nextLevelFormat = clone $ this ;
692
- $ this ->nextLevelFormat ->indendationLevel ++;
692
+ $ this ->nextLevelFormat ->indentationLevel ++;
693
693
$ this ->nextLevelFormat ->outputFormatter = null ;
694
694
}
695
695
return $ this ->nextLevelFormat ;
You can’t perform that action at this time.
0 commit comments