Skip to content

Commit 345ed8e

Browse files
committed
:octocat: silence, phan
1 parent cb574a5 commit 345ed8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/qrcode-interactive.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@
9393
function sendResponse(array $response){
9494
header('Content-type: application/json;charset=utf-8;');
9595
echo json_encode($response);
96-
/** @phan-suppress-next-line */
96+
/** @phan-suppress-next-line PhanParamTooFewInternal */
9797
exit;
9898
}

0 commit comments

Comments
 (0)