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.
1 parent a94764d commit af35d97Copy full SHA for af35d97
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