From: Tim Düsterhus Date: Fri, 27 Aug 2021 14:35:20 +0000 (+0200) Subject: Deprecate Request::isExecuted() X-Git-Tag: 5.5.0_Alpha_1~459^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8f369cea51f1d5d2664630722cecca8930902d19;p=GitHub%2FWoltLab%2FWCF.git Deprecate Request::isExecuted() --- diff --git a/wcfsetup/install/files/lib/system/request/Request.class.php b/wcfsetup/install/files/lib/system/request/Request.class.php index 6cb3304e19..a944446784 100644 --- a/wcfsetup/install/files/lib/system/request/Request.class.php +++ b/wcfsetup/install/files/lib/system/request/Request.class.php @@ -92,9 +92,7 @@ class Request } /** - * Returns true if this request has already been executed. - * - * @return bool + * @deprecated 5.5 This method is of questionable value, currently unused and might not play nicely along with the future PSR-7 evaluation. */ public function isExecuted() {