@@ -193,9 +193,9 @@ then its dump representation::
193193.. code-block :: php
194194
195195 $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`).",
199199 0,
200200 E_WARNING
201201 );
@@ -229,11 +229,11 @@ then its dump representation::
229229.. code-block :: php
230230
231231 $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."
237237 );
238238 dump($var);
239239
0 commit comments