DeprecatedInterface.php in Zircon Profile 8
Same filename and directory in other branches
Namespace
Symfony\Component\Debug\Tests\FixturesFile
vendor/symfony/debug/Tests/Fixtures/DeprecatedInterface.phpView source
<?php
namespace Symfony\Component\Debug\Tests\Fixtures;
/**
* @deprecated but this is a test
* deprecation notice.
* @foobar
*/
interface DeprecatedInterface {
}
Interfaces
Name![]() |
Description |
---|---|
DeprecatedInterface Deprecated | @foobar |