%PDF- %PDF-
| Direktori : /home/graphicd/www/vebto/vendor/doctrine/deprecations/test_fixtures/vendor/doctrine/foo/ |
| Current File : /home/graphicd/www/vebto/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();
}
}