Vous êtes connecté en tant que anonymous Se Deconnecter
vendor/symfony/debug/Tests/Fixtures/DeprecatedInterface.php
4f5a31d2
 <?php
 
 namespace Symfony\Component\Debug\Tests\Fixtures;
 
 /**
  * @deprecated but this is a test
  *             deprecation notice
  * @foobar
  */
 interface DeprecatedInterface
 {
 }