Skip to content

Commit f1ca1fb

Browse files
authored
Changed internal flag to avoid warnings in PHPStorm (#7)
* Changed internal flag to avoid warnings in PHPStorm * Update CHANGELOG.md
1 parent 69daf39 commit f1ca1fb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this library will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
711
## [v1.6.0](https://github.com/CodeIgniter/coding-standard/compare/v1.5.0...v1.6.0) - 2022-10-15
812

913
- Bump php-cs-fixer version to v3.12 minimum

src/CodeIgniter4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* Defines the ruleset used for the CodeIgniter4 organization.
2020
*
21-
* @internal
21+
* {@internal Use of this class is not covered by the backward compatibility promise for CodeIgniter4.}
2222
*/
2323
final class CodeIgniter4 extends AbstractRuleset
2424
{

0 commit comments

Comments
 (0)