added deprecated tag to stop. Halt is better

pull/550/head
n0nag0n 11 months ago
parent 47cd98e78e
commit c1ba04d96e

@ -575,6 +575,7 @@ class Engine
* @param ?int $code HTTP status code * @param ?int $code HTTP status code
* *
* @throws Exception * @throws Exception
* @deprecated 3.5.3 This method will be removed in v4
*/ */
public function _stop(?int $code = null): void public function _stop(?int $code = null): void
{ {

Loading…
Cancel
Save