summaryrefslogtreecommitdiffstats
path: root/controller/entityapiserializer.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-06-25 11:22:08 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-06-25 11:22:08 +0200
commit06367d8b81407fc2948e0f666b38f4de2dffbd89 (patch)
treed5cfb74e70560f3abce5aeccf8994dcbe2829e24 /controller/entityapiserializer.php
parent60c4dfbd9661b93bce14a6a429a3f23d19b5327c (diff)
style fixes
Diffstat (limited to 'controller/entityapiserializer.php')
-rw-r--r--controller/entityapiserializer.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/controller/entityapiserializer.php b/controller/entityapiserializer.php
index eb60bc7c5..5153d9aa3 100644
--- a/controller/entityapiserializer.php
+++ b/controller/entityapiserializer.php
@@ -26,11 +26,13 @@ class EntityApiSerializer {
/**
* Call toAPI() method on all entities. Works on
- * @param mixed $data:
+ *
+ * @param mixed $data :
* * Entity
* * Entity[]
* * array('level' => Entity[])
* * Response
+ * @return array|mixed
*/
public function serialize($data) {