/
home
/
techb158
/
immovalet.com
/
vendor
/
doctrine
/
deprecations
/
test_fixtures
/
vendor
/
doctrine
/
foo
/
/home/techb158/immovalet.com/vendor/doctrine/deprecations/test_fixtures/vendor/doctrine/foo
mkdir
upload
Name
Size
Mode
Actions
Bar.php
442
0644
edit
dl
rm
Baz.php
176
0644
edit
dl
rm
Edit:
/home/techb158/immovalet.com/vendor/doctrine/deprecations/test_fixtures/vendor/doctrine/foo/Bar.php
(442B)
<?php declare(strict_types=1); namespace Doctrine\Foo; use Doctrine\Deprecations\Deprecation; class Bar { public function oldFunc(): void { Deprecation::triggerIfCalledFromOutside( 'doctrine/foo', 'https://github.com/doctrine/foo', 'Bar::oldFunc() is deprecated, use Bar::newFunc() instead.' ); } public function newFunc(): void { $this->oldFunc(); } }
Save
cmd:
run