From 64d30c19768484c8eb7225818fe32d7e3696557f Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Thu, 23 Apr 2020 11:20:58 +0200 Subject: [PATCH] Fix typo in UPGRADING [ci skip] --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING b/UPGRADING index fd56cf201d..07305869f7 100644 --- a/UPGRADING +++ b/UPGRADING @@ -535,7 +535,7 @@ PHP 8.0 UPGRADE NOTES IEEE 754 semantics. Division by zero is considered well-defined and will return one of Inf, -Inf or NaN. . Added get_debug_type() function, which returns a type useful for error - messages. Unlike get_type(), it uses canonical type names, returns class + messages. Unlike gettype(), it uses canonical type names, returns class names for objects, and indicates the resource type for resources. RFC: https://wiki.php.net/rfc/get_debug_type -- 2.40.0