Implement isPublicSet() on ReflectionProperty.
The method should return true only when the set visibility is explicitly declared as public(set) and the main visibility is NOT already public. Delegate to php-parser's isPublicSet() on the underlying Property/Param node.
Part of #162
Implement
isPublicSet()onReflectionProperty.The method should return
trueonly when the set visibility is explicitly declared aspublic(set)and the main visibility is NOT alreadypublic. Delegate to php-parser'sisPublicSet()on the underlyingProperty/Paramnode.Part of #162