Thanks to visit codestin.com Credit goes to github.com
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.
1 parent ecaf629 commit 86ec331Copy full SHA for 86ec331
reference/forms/types/options/by_reference.rst.inc
@@ -28,7 +28,7 @@ when you call ``bindRequest`` on the form::
28
29
Notice that ``setAuthor`` is not called. The author is modified by reference.
30
31
-If we set ``by_reference`` to false, binding looks like this:
+If we set ``by_reference`` to false, binding looks like this::
32
33
$article->setTitle('...');
34
$author = $article->getAuthor();
0 commit comments