Right now standard-annotations branch is an outdated fork of master branch with some stub annotations in it. Recently we've developed a way for merging in externally provided annotations into annotation manager by calling code similar to this:
\ns\of\package::register(Annotations::getManager());
To make this work we need to:
- create separate repo (in the
php-annotations organization)
- move only annotations (not library code) to there
- create composer package that would make them available for registration
- describe somewhere how to use them
This way whoever wants to bring standard annotations up to date can do this in separate repo.
Right now
standard-annotationsbranch is an outdated fork ofmasterbranch with some stub annotations in it. Recently we've developed a way for merging in externally provided annotations into annotation manager by calling code similar to this:To make this work we need to:
php-annotationsorganization)This way whoever wants to bring standard annotations up to date can do this in separate repo.