From: Derick Alangi Date: Mon, 11 Feb 2019 12:01:11 +0000 (+0100) Subject: Remove unused @throws anotation from PHPDoc comment X-Git-Tag: 1.34.0-rc.0~2852 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=8da98dbcc20ef7b2cf101eca6985d532521758af Remove unused @throws anotation from PHPDoc comment Change-Id: If60ad5c12edbf4ea96c5c337f0c05cf0a8d5e43d --- diff --git a/includes/linkeddata/PageDataRequestHandler.php b/includes/linkeddata/PageDataRequestHandler.php index d70688f317..61efba02b8 100644 --- a/includes/linkeddata/PageDataRequestHandler.php +++ b/includes/linkeddata/PageDataRequestHandler.php @@ -40,7 +40,6 @@ class PageDataRequestHandler { * @param WebRequest $request * * @return bool - * @throws HttpError */ public function canHandleRequest( $subPage, WebRequest $request ) { if ( $subPage === '' || $subPage === null ) {