Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Refactoring (rename class) does not updates referenced annotations #40

Open
Koc opened this issue Sep 2, 2015 · 3 comments
Open

Refactoring (rename class) does not updates referenced annotations #40

Koc opened this issue Sep 2, 2015 · 3 comments

Comments

@Koc
Copy link
Contributor

Koc commented Sep 2, 2015

use Ololo\ImageConstraint;

class A
{
    /**
     * @ImageConstraint
     */
    public $file;
}

After I renamed ImageConstraint to Image class updated only on import section but annotation haven't updated

@Haehnchen
Copy link
Owner

related to #38

@Koc
Copy link
Contributor Author

Koc commented Oct 14, 2015

Is this PS bug or plugin?

@Haehnchen
Copy link
Owner

Find Usage to support this is implemented nowhere, currently

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants