[VarExporter] Cleanup unused var

This commit is contained in:
Roland Franssen 2018-10-29 11:58:48 +01:00
parent 084fa5433b
commit d254004c26

View File

@ -265,7 +265,6 @@ class Exporter
private static function exportRegistry(Registry $value, string $indent, string $subIndent): string
{
$code = '';
$reflectors = array();
$serializables = array();
$seen = array();
$prototypesAccess = 0;