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

Annotations that are indented by tab are not processed. #68

Closed
josefsabl opened this issue Jan 8, 2016 · 1 comment
Closed

Annotations that are indented by tab are not processed. #68

josefsabl opened this issue Jan 8, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@josefsabl
Copy link

Annotations that are indented by tab are not processed.

/**
 *     @ODM\Boolean
 * previous line is indented by tab
 */
public $thisWillNotBePersisted;

Directed from here: doctrine/mongodb-odm#1337

@poldridge
Copy link
Contributor

This only affected the first annotation in a DocBlock.

I'm not sure if this is a related issue or even an issue at all, but DocBlocks also don't seem to need * on each line. This DocBlock is fully functional:

    /** 
 @Route("/review")
@Method("POST")
     */

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

No branches or pull requests

4 participants