From c1ba04d96e40781698dcf7ddf060a9e869d37f36 Mon Sep 17 00:00:00 2001 From: n0nag0n Date: Sun, 25 Feb 2024 14:54:08 -0700 Subject: [PATCH] added deprecated tag to stop. Halt is better --- flight/Engine.php | 1 + 1 file changed, 1 insertion(+) diff --git a/flight/Engine.php b/flight/Engine.php index aaaf778..b0ae09d 100644 --- a/flight/Engine.php +++ b/flight/Engine.php @@ -575,6 +575,7 @@ class Engine * @param ?int $code HTTP status code * * @throws Exception + * @deprecated 3.5.3 This method will be removed in v4 */ public function _stop(?int $code = null): void {