@@ -193,9 +193,9 @@ then its dump representation::
193
193
.. code-block :: php
194
194
195
195
$var = new \ErrorException(
196
- "For some objects, properties have special values\n"
197
- ." that are best represented as constants, like\n"
198
- ." `severity` below. Hovering displays the value (`2`).\n ",
196
+ "For some objects, properties have special values
197
+ that are best represented as constants, like
198
+ `severity` below. Hovering displays the value (`2`).",
199
199
0,
200
200
E_WARNING
201
201
);
@@ -229,11 +229,11 @@ then its dump representation::
229
229
.. code-block :: php
230
230
231
231
$var = new AcmeController(
232
- "When a dump goes over its maximum items limit,\n"
233
- ." or when some special objects are encountered,\n"
234
- ." children can be replaced by an ellipsis and\n"
235
- ."optionally followed by a number that says how\n"
236
- ." many have been removed; `9` in this case.\n "
232
+ "When a dump goes over its maximum items limit,
233
+ or when some special objects are encountered,
234
+ children can be replaced by an ellipsis and
235
+ optionnally followed by a number that says how
236
+ many have been removed; `9` in this case."
237
237
);
238
238
dump($var);
239
239
0 commit comments