Also added BaseDoc::getPackageName() to help determine the package name of the method/property based on its sourceFile. If getPackageName() differs between the current method/property and its parent class it's inheriting from, then @since won't be copied.
Also added
BaseDoc::getPackageName()
to help determine the package name of the method/property based on its sourceFile. IfgetPackageName()
differs between the current method/property and its parent class it's inheriting from, then @since won't be copied.