ccampbell / chromephp

class for logging PHP variables to Google Chrome console
http://www.chromelogger.com
1.38k stars 450 forks source link

Use "static" instead of "self" #70

Open dmikam opened 5 years ago

dmikam commented 5 years ago

You should better use static::method and static::$prop to be able to overwrite some methods in child classes without touching original class. Thanks

hopeseekr commented 5 years ago

I'm pretty sure that this project was last updated before static:: was even possible. No, seriously.