From 0d876fc967eba82836f7842c80b7e1118db78925 Mon Sep 17 00:00:00 2001 From: Larry Garfield Date: Wed, 25 Nov 2020 12:08:20 -0600 Subject: [PATCH] Whitespace anality Co-authored-by: George Peter Banyard <7906688+Girgias@users.noreply.github.com> --- language/exceptions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/exceptions.xml b/language/exceptions.xml index 899a186d0e79..d1f36bc8116d 100644 --- a/language/exceptions.xml +++ b/language/exceptions.xml @@ -215,7 +215,7 @@ echo "\n\n"; A &catch; block defines how to respond to a thrown exception. A &catch; block defines one or more types of exception or error it can handle, and optionally a variable to which to assign the exception. (The variable was - required prior to PHP 8.0.0.) The first &catch; block a thrown exception + required prior to PHP 8.0.0.) The first &catch; block a thrown exception or error encounters that matches the type of the thrown object will handle the object.