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; }