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