nipwaayoni / elastic-apm-php-agent

PHP Agent for Elastic APM
Other
28 stars 15 forks source link

Remove final keyword from private method #75

Closed janlanger closed 3 years ago

janlanger commented 3 years ago

There is no reason to have final private method, as it cannot be overridden. And since PHP 8 it produces warning https://3v4l.org/rpkhv

dstepe commented 3 years ago

Apologies. I was away for a few days. @janlanger thanks for cleaning that up. This has been merged and released as v7.5.3.