fixed nullsafe operator link.

This commit is contained in:
Yoshinari Takaoka 2022-05-16 23:26:58 +09:00
parent 77887dc8e5
commit 8d18153861
No known key found for this signature in database
GPG key ID: 66AFA0246DF21547

View file

@ -25,7 +25,7 @@
<row>
<entry>8.0.0</entry>
<entry>
Added: Support for the <link linkend="language.operators.type">nullsafe operator</link> <emphasis>?-&gt;</emphasis> to access properties and methods on objects that may be null.
Added: Support for the <link linkend="language.oop5.basic.nullsafe">nullsafe operator</link> <emphasis>?-&gt;</emphasis> to access properties and methods on objects that may be null.
</entry>
</row>
<row>