/
home
/
techb158
/
immovalet.com
/
vendor
/
doctrine
/
deprecations
/
test_fixtures
/
src
/
/home/techb158/immovalet.com/vendor/doctrine/deprecations/test_fixtures/src
mkdir
upload
Name
Size
Mode
Actions
Foo.php
372
0644
edit
dl
rm
RootDeprecation.php
373
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/vendor/doctrine/deprecations/test_fixtures/src/Foo.php
(372B)
<?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(); } }
Save
cmd:
run