mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
Coding style fix
This commit is contained in:
@@ -171,7 +171,8 @@ class SmsController extends Controller {
|
||||
ksort($messages);
|
||||
|
||||
// @ TODO: filter correctly
|
||||
return new JSONResponse(array("conversation" => $messages, "contactName" => $contactName, "phoneNumbers" => $phoneNumbers, "msgCount" => $msgCount));
|
||||
return new JSONResponse(array("conversation" => $messages, "contactName" => $contactName,
|
||||
"phoneNumbers" => $phoneNumbers, "msgCount" => $msgCount));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user