Current File : /home/inlingua/www/crm.vprotectindia.com/vendor/symfony/debug/Tests/Fixtures/AnnotatedClass.php
<?php

namespace Symfony\Component\Debug\Tests\Fixtures;

class AnnotatedClass
{
    /**
     * @deprecated
     */
    public function deprecatedMethod()
    {
    }
}