beberlei / metrics

Simple library that abstracts different metrics collectors. I find this necessary to have a consistent and simple metrics (functional) API that doesn't cause vendor lock-in.
316 stars 38 forks source link

Deprecated Collector\Null, replaced by Collector\NullCollector fix #32 #33

Closed nicolas-grekas closed 9 years ago

nicolas-grekas commented 9 years ago

Fixes #32: Deprecated: Beberlei\Metrics\Collector\Null uses a reserved class name (Null) that will break on PHP 7 and higher

lyrixx commented 9 years ago

Good catch, thanks Nicolas Grekas.