Skip to content

Commit c372bbf

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/property_access/introduction.rst

+2
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)