Spaces:
Sleeping
Sleeping
processmaker-community / processmaker-files /vendor /symfony /debug /Tests /Fixtures /DeprecatedInterface.php
| namespace Symfony\Component\Debug\Tests\Fixtures; | |
| /** | |
| * @deprecated but this is a test | |
| * deprecation notice. | |
| * @foobar | |
| */ | |
| interface DeprecatedInterface | |
| { | |
| } | |