Open mjhagen opened 7 years ago
Since public
is the default access this is semantically consistent. I suppose the issue then might be that it's not a verbatim translation. So the issue really comes down to whether the conversion should be opinionated on best practice.
@KamasamaK, yeah I just reported it for that purpose. Couldn't think of a way this would be a problem though. Very low priority (maybe even no priority :))
<cffunction name="myFunc">
is converted topublic function myFun()
(addingpublic
)