8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc173b6 + 9755846 commit 571ed5bCopy full SHA for 571ed5b
cookbook/security/voters_data_permission.rst
@@ -111,7 +111,8 @@ edit a particular object. Here's an example implementation:
111
}
112
113
break;
114
-
+ }
115
+
116
return false;
117
118
cookbook/serializer.rst
@@ -169,7 +169,7 @@ to your class and choose which groups to use when serializing::
169
$serializer = $this->get('serializer');
170
$json = $serializer->serialize(
171
$someObject,
172
- 'json', array('groups' => array('group1')
+ 'json', array('groups' => array('group1'))
173
);
174
175
.. _cookbook-serializer-enabling-metadata-cache:
0 commit comments