Skip to content

Commit aa23fbf

Browse files
authored
Merge pull request #488 from PHPCSStandards/feature/minor-docs-tweaks
Various minor docs tweaks
2 parents 886a728 + ed07675 commit aa23fbf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _Nothing yet._
2222

2323
#### Utils
2424

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

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

PHPCSUtils/BackCompat/BCFile.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
*
4949
* Additionally, this class works round the following tokenizer issues for
5050
* any affected utility functions:
51-
* - None at this time.
51+
* - `readonly` classes.
52+
* - Constructor property promotion with `readonly` without visibility.
5253
*
5354
* Most functions in this class will have a related twin-function in the relevant
5455
* class in the `PHPCSUtils\Utils` namespace.

0 commit comments

Comments
 (0)