mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-10 00:43:50 +09:00
13 lines
171 B
PHP
13 lines
171 B
PHP
<?php
|
|
|
|
namespace Symfony\Component\Debug\Tests\Fixtures;
|
|
|
|
/**
|
|
* @deprecated but this is a test
|
|
* deprecation notice
|
|
* @foobar
|
|
*/
|
|
class DeprecatedClass
|
|
{
|
|
}
|