thephpleague / statsd

A library for working with StatsD
MIT License
351 stars 56 forks source link

Fix #34. Evaluation of indirect expressions in PHP7 #36

Closed endeveit closed 8 years ago

endeveit commented 8 years ago

This should fix laravel service providers for PHP7. It looks like the problem not in "__isset" or something, the problem is in changed evaluation of indirect expressions.