X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=vendor%2Fzendframework%2Fzend-stdlib%2Fsrc%2FErrorHandler.php;h=405cdd799fc5bff895e07bf06c16b093a23df340;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=5c544e2058a814ff5c4479b98b4fda8688d6706c;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/zendframework/zend-stdlib/src/ErrorHandler.php b/vendor/zendframework/zend-stdlib/src/ErrorHandler.php index 5c544e205..405cdd799 100644 --- a/vendor/zendframework/zend-stdlib/src/ErrorHandler.php +++ b/vendor/zendframework/zend-stdlib/src/ErrorHandler.php @@ -63,7 +63,7 @@ abstract class ErrorHandler * * @param bool $throw Throw the ErrorException if any * @return null|ErrorException - * @throws ErrorException If an error has been catched and $throw is true + * @throws ErrorException If an error has been caught and $throw is true */ public static function stop($throw = false) {