From cb574a5333cef885c0314456b069fe7e475a1d62 Mon Sep 17 00:00:00 2001 From: smiley Date: Fri, 15 Nov 2024 16:33:27 +0100 Subject: [PATCH] :octocat: silence, phan --- examples/qrcode-interactive.php | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/qrcode-interactive.php b/examples/qrcode-interactive.php index 9df15d13c..b5193e2b2 100644 --- a/examples/qrcode-interactive.php +++ b/examples/qrcode-interactive.php @@ -93,5 +93,6 @@ function sendResponse(array $response){ header('Content-type: application/json;charset=utf-8;'); echo json_encode($response); + /** @phan-suppress-next-line */ exit; }