Skip to content

Commit

Permalink
Whitespace anality
Browse files Browse the repository at this point in the history
Co-authored-by: George Peter Banyard <7906688+Girgias@users.noreply.github.com>
  • Loading branch information
Crell and Girgias committed Nov 25, 2020
1 parent 3ee8f66 commit 0d876fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/exceptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</para>
Expand Down

0 comments on commit 0d876fc

Please sign in to comment.