Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann authored and wouterj committed Aug 12, 2015
1 parent eae6b06 commit d7f0a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/var_dumper/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Another option for doing the same could be::
use Symfony\Component\VarDumper\Cloner\VarCloner;
use Symfony\Component\VarDumper\Dumper\CliDumper;

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

Expand Down

0 comments on commit d7f0a39

Please sign in to comment.