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 @@ -504,9 +504,7 @@ The ``inline`` argument is the level where you switch to inline YAML:
504
504
{{ array|yaml_encode(1) }}
505
505
{# output: a: { c: e } b: { d: f } #}
506
506
507
- The ``dumpObjects `` argument is used to dump objects:
508
-
509
- .. code-block :: php
507
+ The ``dumpObjects `` argument is used to dump objects::
510
508
511
509
// ...
512
510
$object = new \stdClass();
@@ -559,9 +557,7 @@ The ``inline`` argument is the level where you switch to inline YAML:
559
557
{{ array|yaml_dump(1) }}
560
558
{# output: %array% a: { c: e } b: { d: f } #}
561
559
562
- The ``dumpObjects `` argument is used to dump objects:
563
-
564
- .. code-block :: php
560
+ The ``dumpObjects `` argument is used to dump objects::
565
561
566
562
// ...
567
563
$object = new \stdClass();
You can’t perform that action at this time.
0 commit comments