diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eda84e0..08eb305a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Changed +- Mark `OutputFormat::nextLevel()` as `@internal` (#901) - Make all non-private properties `@internal` (#886) ### Deprecated diff --git a/src/OutputFormat.php b/src/OutputFormat.php index 2101c31f..0d194265 100644 --- a/src/OutputFormat.php +++ b/src/OutputFormat.php @@ -339,6 +339,8 @@ public function indentWithSpaces($iNumber = 2) /** * @return OutputFormat + * + * @internal since V8.8.0 */ public function nextLevel() {