diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a2dbf..d793749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this library will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.6.1](https://github.com/CodeIgniter/coding-standard/compare/v1.6.0...v1.6.1) - 2022-10-20 + +- Changed `@internal` description of class CodeIgniter4 to avoid warnings in phpstorm + ## [v1.6.0](https://github.com/CodeIgniter/coding-standard/compare/v1.5.0...v1.6.0) - 2022-10-15 - Bump php-cs-fixer version to v3.12 minimum diff --git a/src/CodeIgniter4.php b/src/CodeIgniter4.php index 357acb1..bb2d8c9 100644 --- a/src/CodeIgniter4.php +++ b/src/CodeIgniter4.php @@ -18,7 +18,7 @@ /** * Defines the ruleset used for the CodeIgniter4 organization. * - * @internal + * {@internal Use of this class is not covered by the backward compatibility promise for CodeIgniter4.} */ final class CodeIgniter4 extends AbstractRuleset {