| Current Path : /home/cinepatreb/billetterie/vendor/doctrine/deprecations/test_fixtures/vendor/doctrine/foo/ |
| Current File : /home/cinepatreb/billetterie/vendor/doctrine/deprecations/test_fixtures/vendor/doctrine/foo/Baz.php |
<?php
declare(strict_types=1);
namespace Doctrine\Foo;
class Baz
{
public function usingOldFunc(): void
{
$bar = new Bar();
$bar->oldFunc();
}
}