Skip to content

Commit 811c894

Browse files
committed
[TASK] Mark OutputFormat::nextLevel() as @internal
This method is used internally for rendering the CSS, and it is not intended to be called from outside this library. This is the V8.x backport of #901.
1 parent 980e00d commit 811c894

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1111

1212
### Changed
1313

14+
- Mark `OutputFormat::nextLevel()` as `@internal` (#901)
1415
- Make all non-private properties `@internal` (#886)
1516

1617
### Deprecated

src/OutputFormat.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ public function indentWithSpaces($iNumber = 2)
339339

340340
/**
341341
* @return OutputFormat
342+
*
343+
* @internal since V8.8.0
342344
*/
343345
public function nextLevel()
344346
{

0 commit comments

Comments
 (0)