@@ -191,9 +191,9 @@ then its dump representation::
191191.. code-block :: php
192192
193193 $var = new \ErrorException(
194- "For some objects, properties have special values
195- that are best represented as constants, like
196- `severity` below. Hovering displays the value (`2`).",
194+ "For some objects, properties have special values\n"
195+ ." that are best represented as constants, like\n"
196+ ." `severity` below. Hovering displays the value (`2`).\n ",
197197 0,
198198 E_WARNING
199199 );
@@ -227,11 +227,11 @@ then its dump representation::
227227.. code-block :: php
228228
229229 $var = new AcmeController(
230- "When a dump goes over its maximum items limit,
231- or when some special objects are encountered,
232- children can be replaced by an ellipsis and
233- optionnally followed by a number that says how
234- many have been removed; `9` in this case."
230+ "When a dump goes over its maximum items limit,\n"
231+ ." or when some special objects are encountered,\n"
232+ ." children can be replaced by an ellipsis and\n"
233+ ." optionnally followed by a number that says how\n"
234+ ." many have been removed; `9` in this case.\n "
235235 );
236236 dump($var);
237237
0 commit comments