瀏覽代碼

:octocat: silence, phan

smiley 1 年之前
父節點
當前提交
345ed8e4ff
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/qrcode-interactive.php

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