We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee9f650 + af35d97 commit 0a114aeCopy full SHA for 0a114ae
Dumper.php
@@ -41,6 +41,8 @@ public function __construct($indentation = 4)
41
* Sets the indentation.
42
*
43
* @param int $num The amount of spaces to use for indentation of nested nodes
44
+ *
45
+ * @deprecated since version 3.1, to be removed in 4.0. Pass the indentation to the constructor instead.
46
*/
47
public function setIndentation($num)
48
{
0 commit comments