We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb574a5 commit 345ed8eCopy full SHA for 345ed8e
examples/qrcode-interactive.php
@@ -93,6 +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 */
+ /** @phan-suppress-next-line PhanParamTooFewInternal */
97
exit;
98
}
0 commit comments