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