Skip to content

Commit

Permalink
:octocat: silence, phan
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Nov 15, 2024
1 parent cb574a5 commit 345ed8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/qrcode-interactive.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@
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;
}

0 comments on commit 345ed8e

Please sign in to comment.