summaryrefslogtreecommitdiff
path: root/vendor/symfony/var-exporter/Tests/Fixtures/final-stdclass.php
blob: 335e00937155b176afdea2855f420137c5bf61ff (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        (\Symfony\Component\VarExporter\Internal\Registry::$factories['Symfony\\Component\\VarExporter\\Tests\\FinalStdClass'] ?? \Symfony\Component\VarExporter\Internal\Registry::f('Symfony\\Component\\VarExporter\\Tests\\FinalStdClass'))(),
    ],
    null,
    [],
    $o[0],
    []
);