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