1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-07-23 09:55:44 +00:00

Coding style fix

This commit is contained in:
Loic Blot 2014-10-23 08:18:23 +00:00
parent c59c1fc17e
commit 0e013b0645

View File

@ -171,7 +171,8 @@ class SmsController extends Controller {
ksort($messages); ksort($messages);
// @ TODO: filter correctly // @ 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));
} }
/** /**