:octocat: silence, phan

This commit is contained in:
smiley
2024-11-15 16:36:24 +01:00
parent cb574a5333
commit 345ed8e4ff
+1 -1
View File
@@ -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;
}