smiley 1 год назад
Родитель
Сommit
cb574a5333
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      examples/qrcode-interactive.php

+ 1 - 0
examples/qrcode-interactive.php

@@ -93,5 +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  */
 	exit;
 }