Skip to content

Commit a7126b0

Browse files
committed
add missing code block
1 parent 12afd89 commit a7126b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/property_access/introduction.rst

Lines 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)