?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/vendor/doctrine/deprecations/test_fixtures/vendor/doctrine/foo/



?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/doctrine/deprecations/test_fixtures/vendor/doctrine

?? Viewing: Baz.php

<?php

declare(strict_types=1);

namespace Doctrine\Foo;

class Baz
{
    public function usingOldFunc(): void
    {
        $bar = new Bar();
        $bar->oldFunc();
    }
}


??

??