File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -495,9 +495,7 @@ The ``inline`` argument is the level where you switch to inline YAML:
495
495
{{ array|yaml_encode(1) }}
496
496
{# output: a: { c: e } b: { d: f } #}
497
497
498
- The ``dumpObjects `` argument is used to dump objects:
499
-
500
- .. code-block :: php
498
+ The ``dumpObjects `` argument is used to dump objects::
501
499
502
500
// ...
503
501
$object = new \stdClass();
@@ -550,9 +548,7 @@ The ``inline`` argument is the level where you switch to inline YAML:
550
548
{{ array|yaml_dump(1) }}
551
549
{# output: %array% a: { c: e } b: { d: f } #}
552
550
553
- The ``dumpObjects `` argument is used to dump objects:
554
-
555
- .. code-block :: php
551
+ The ``dumpObjects `` argument is used to dump objects::
556
552
557
553
// ...
558
554
$object = new \stdClass();
You can’t perform that action at this time.
0 commit comments