BedrockStreaming / Statsd

PHP component easing the statsd usage
13 stars 14 forks source link

Don't use Internal phpdoc #19

Open cryptiklemur opened 8 years ago

cryptiklemur commented 8 years ago

Internal PHPDoc is used to imply that a function is an internal one, and should not be used by the user.

This causes IDE's like PHPStorm to flag the method as "deprecated" or "do not use".

https://github.com/M6Web/Statsd/blob/master/src/M6Web/Component/Statsd/Client.php#L197

simonberger commented 1 year ago

A pretty old issue which is still valid and easy to solve. In case a PR will be merged I am happy to fix this. @Oliboy50 maybe?