We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b86b2 commit cb574a5Copy full SHA for cb574a5
examples/qrcode-interactive.php
@@ -93,5 +93,6 @@
93
function sendResponse(array $response){
94
header('Content-type: application/json;charset=utf-8;');
95
echo json_encode($response);
96
+ /** @phan-suppress-next-line */
97
exit;
98
}
0 commit comments