Open cryptiklemur opened 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
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?
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