Annotation issue fixed

This commit is contained in:
Simon Vieille 2016-09-23 11:12:39 +02:00
parent 9d5a877b2b
commit 04acd616a0
2 changed files with 6 additions and 6 deletions

View file

@ -65,7 +65,7 @@ class FOSRestBehavior extends Behavior
}
}
return implode(', ', $data);
return sprintf('{%s}', implode(', ', $data));
}
/**