pyrus / Pyrus

The next generation of the PEAR installer.
http://pear2.php.net/
Other
71 stars 18 forks source link

Class docblock fix #137

Closed boenrobot closed 10 years ago

boenrobot commented 10 years ago

When Pyrus migrated to using namespaces, most docblock comments ended up sticking to the namespace declaration. They should instead be right above the classes, not the namespaces.

This PR fixes that, hopefully providing some better IDE assistance in the process.