Skip to content

Commit be6038a

Browse files
committed
[skip ci] Also add ReflectionProperty::is{Readable,Writable}() to NEWS
Also fix typo (missing and), and align message with rest of the doc.
1 parent 073dcf6 commit be6038a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ PHP NEWS
8787
. Fixed bug GH-20217 (ReflectionClass::isIterable() incorrectly returns true
8888
for classes with property hooks). (alexandre-daubois)
8989
. Added ReflectionConstant::inNamespace(). (Khaled Alam)
90+
. Added ReflectionProperty::isReadable() and ReflectionProperty::isWritable().
91+
(ilutov)
9092

9193
- Session:
9294
. Fixed bug 71162 (updateTimestamp never called when session data is empty).

UPGRADING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ PHP 8.6 UPGRADE NOTES
134134

135135
- Reflection:
136136
. ReflectionConstant::inNamespace()
137-
. ReflectionProperty::isReadable() ReflectionProperty::isWritable() were
138-
added.
137+
. Added ReflectionProperty::isReadable() and ReflectionProperty::isWritable().
138+
RFC: https://wiki.php.net/rfc/isreadable-iswriteable
139139

140140
- Standard:
141141
. `clamp()` returns the given value if in range, else return the nearest

0 commit comments

Comments
 (0)