Skip to content

Commit

Permalink
bug symfony#5607 Fix (sebastianbergmann)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.8 branch but it was merged into the 2.7 branch instead (closes symfony#5607).

Discussion
----------

Fix

Commits
-------

d7f0a39 Fix
  • Loading branch information
wouterj committed Aug 12, 2015
2 parents eae6b06 + d7f0a39 commit c7b448b
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 c7b448b

Please sign in to comment.