@@ -191,9 +191,9 @@ then its dump representation::
191
191
.. code-block :: php
192
192
193
193
$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 ",
197
197
0,
198
198
E_WARNING
199
199
);
@@ -227,11 +227,11 @@ then its dump representation::
227
227
.. code-block :: php
228
228
229
229
$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 "
235
235
);
236
236
dump($var);
237
237
0 commit comments