From 8f369cea51f1d5d2664630722cecca8930902d19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 27 Aug 2021 16:35:20 +0200 Subject: [PATCH] Deprecate Request::isExecuted() --- wcfsetup/install/files/lib/system/request/Request.class.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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() { -- 2.20.1