Remove deprecated Request::isExecuted()
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 3 Jun 2022 10:28:18 +0000 (12:28 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 7 Jun 2022 14:11:39 +0000 (16:11 +0200)
wcfsetup/install/files/lib/system/request/Request.class.php

index d12a6607e6027d614bdbeae69a65e3bbf8f2c861..772d2986b008516747ca1139b2ec0ae7104177d3 100644 (file)
@@ -89,14 +89,6 @@ final class Request implements RequestHandlerInterface
         }
     }
 
-    /**
-     * @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()
-    {
-        return $this->requestObject !== null;
-    }
-
     /**
      * Returns true if this request represents the landing page.
      *