Skip to content

Commit

Permalink
Merge pull request #488 from PHPCSStandards/feature/minor-docs-tweaks
Browse files Browse the repository at this point in the history
Various minor docs tweaks
  • Loading branch information
jrfnl committed Jul 10, 2023
2 parents 886a728 + ed07675 commit aa23fbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ _Nothing yet._

#### Utils

* The `Arrays::getDoubleArrowPtr()` method could previously get confused over a double arrow in a keyed lists used as an array value. [#485]
* The `Arrays::getDoubleArrowPtr()` method could previously get confused over a double arrow in a keyed list used as an array value. [#485]

[#485]: https://github.com/PHPCSStandards/PHPCSUtils/pull/485

Expand Down
3 changes: 2 additions & 1 deletion PHPCSUtils/BackCompat/BCFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
*
* Additionally, this class works round the following tokenizer issues for
* any affected utility functions:
* - None at this time.
* - `readonly` classes.
* - Constructor property promotion with `readonly` without visibility.
*
* Most functions in this class will have a related twin-function in the relevant
* class in the `PHPCSUtils\Utils` namespace.
Expand Down

0 comments on commit aa23fbf

Please sign in to comment.