File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this library will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ v1.6.1] ( https://github.com/CodeIgniter/coding-standard/compare/v1.6.0...v1.6.1 ) - 2022-10-20
8
+
9
+ - Changed ` @internal ` description of class CodeIgniter4 to avoid warnings in phpstorm
10
+
7
11
## [ v1.6.0] ( https://github.com/CodeIgniter/coding-standard/compare/v1.5.0...v1.6.0 ) - 2022-10-15
8
12
9
13
- Bump php-cs-fixer version to v3.12 minimum
Original file line number Diff line number Diff line change 18
18
/**
19
19
* Defines the ruleset used for the CodeIgniter4 organization.
20
20
*
21
- * @internal
21
+ * { @internal Use of this class is not covered by the backward compatibility promise for CodeIgniter4.}
22
22
*/
23
23
final class CodeIgniter4 extends AbstractRuleset
24
24
{
You can’t perform that action at this time.
0 commit comments