Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c372bbf

Browse filesBrowse files
committed
Merge pull request symfony#2777 from xabbuh/issue-2774
add missing code block
2 parents ad7d445 + a7126b0 commit c372bbf
Copy full SHA for c372bbf

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎components/property_access/introduction.rst

Copy file name to clipboardExpand all lines: components/property_access/introduction.rst
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ can use setters, the magic ``__set`` or properties to set values::
278278
You can also use ``__call`` to set values but you need to enable the feature,
279279
see `Enable other Features`_.
280280

281+
.. code-block:: php
282+
281283
// ...
282284
class Person
283285
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.