Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use Statement is not marked as used when referencing constants in annotations #13

Open
backbone87 opened this issue Dec 18, 2017 · 0 comments

Comments

@backbone87
Copy link

Oxygen, PDT Nightly 5.2, PDT Extensions Nightly

use Doctrine\ORM\Mapping as ORM;
use My\ValueObject;
use My\ValueObjectType; // Warning: Not used
class MyClass {
    /**
     * @ORM\Column(type=ValueObjectType::NAME)
     * @var ValueObject
     */
    private $value;
}
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant