Skip to content

Commit d7f0a39

Browse files
sebastianbergmannwouterj
authored andcommitted
Fix
1 parent eae6b06 commit d7f0a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/var_dumper/advanced.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Another option for doing the same could be::
145145
use Symfony\Component\VarDumper\Cloner\VarCloner;
146146
use Symfony\Component\VarDumper\Dumper\CliDumper;
147147

148-
cloner = new VarCloner();
148+
$cloner = new VarCloner();
149149
$dumper = new CliDumper();
150150
$output = fopen('php://memory', 'r+b');
151151

0 commit comments

Comments
 (0)