Author: Sara Golemon (sgolemon)
Date: 2021-05-20T13:14:56Z
Commit:
https://github.com/php/web-php/commit/cf6c402b48f6f40cc50f46ef1f51f5bccf772f5e
Raw diff:
https://github.com/php/web-php/commit/cf6c402b48f6f40cc50f46ef1f51f5bccf772f5e.diff
Add search aliases for ?:, ??, and ??=
Changed paths:
M error.php
Diff:
diff --git a/error.php b/error.php
index c5121e86c..394c83267 100644
--- a/error.php
+++ b/error.php
@@ -319,6 +319,9 @@
"splat" => "functions.arguments",
"arrow" => "functions.arrow",
"fn" => "functions.arrow",
+ "?:" => "language.operators.comparison",
+ "??" => "language.operators.comparison",
+ "??=" => "language.operators.assignment",
"dowhile" => "control-structures.do.while",
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php