Deprecate Request::isExecuted()
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 27 Aug 2021 14:35:20 +0000 (16:35 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 27 Aug 2021 14:35:20 +0000 (16:35 +0200)
wcfsetup/install/files/lib/system/request/Request.class.php

index 6cb3304e19619432baaea027887786fc24e4c21b..a94444678464bba979fdfd6a9e1b073834c85aad 100644 (file)
@@ -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()
     {