From 349f6f64ec46a288c376c868721fdad21929fdb2 Mon Sep 17 00:00:00 2001 From: Wade Rossmann Date: Tue, 8 Oct 2024 04:03:17 -0700 Subject: [PATCH] Change the T_PAAMAYIM_NEKUDOTAYIM link text (GH-3508) Original "::" is repetitive and difficult to see. Changed to "scope resolution" for clarity. --- appendices/tokens.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendices/tokens.xml b/appendices/tokens.xml index 5b283399c0..85ca686473 100644 --- a/appendices/tokens.xml +++ b/appendices/tokens.xml @@ -673,7 +673,7 @@ defined('T_FN') || define('T_FN', 10001); T_PAAMAYIM_NEKUDOTAYIM :: - ::. Also defined as + scope resolution. Also defined as T_DOUBLE_COLON.