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
<?php
declare(strict_types=1);
namespace Doctrine\Foo;
class Baz
{
public function usingOldFunc(): void
{
$bar = new Bar();
$bar->oldFunc();
}
}