X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flinkeddata%2FPageDataRequestHandler.php;h=61efba02b8d7d418226f3f428d3e773172527cba;hb=376af797d56f4463326bfbd60914f8f75a41051e;hp=c8d111d0f1e50b506a89b81b6ad2df34d6c3b98c;hpb=5e3ecf6a4e98c4416a08411896f2fca975071327;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/linkeddata/PageDataRequestHandler.php b/includes/linkeddata/PageDataRequestHandler.php index c8d111d0f1..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 ) { @@ -72,7 +71,7 @@ class PageDataRequestHandler { * - oldid|revision: the revision ID * @param OutputPage $output * - * @note: Instead of an output page, a WebResponse could be sufficient, but + * @note Instead of an output page, a WebResponse could be sufficient, but * redirect logic is currently implemented in OutputPage. * * @throws HttpError