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.
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.