Change the T_PAAMAYIM_NEKUDOTAYIM link text (GH-3508)

Original "::" is repetitive and difficult to see.

Changed to "scope resolution" for clarity.
This commit is contained in:
Wade Rossmann
2024-10-08 04:03:17 -07:00
committed by GitHub
parent d7a77b5f85
commit 349f6f64ec

View File

@@ -673,7 +673,7 @@ defined('T_FN') || define('T_FN', 10001);
<row xml:id="constant.t-paamayim-nekudotayim">
<entry><constant>T_PAAMAYIM_NEKUDOTAYIM</constant></entry>
<entry>::</entry>
<entry><link linkend="language.oop5.paamayim-nekudotayim">::</link>. Also defined as
<entry><link linkend="language.oop5.paamayim-nekudotayim">scope resolution</link>. Also defined as
<constant>T_DOUBLE_COLON</constant>.</entry>
</row>
<row xml:id="constant.t-plus-equal">