:octocat: silence, phan

This commit is contained in:
smiley
2024-11-15 16:33:27 +01:00
parent 69b86b2beb
commit cb574a5333
+1
View File
@@ -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;
}