firephp / firephp-core

FirePHP server library for sending PHP variables to the browser.
http://www.firephp.org
224 stars 78 forks source link

@param mixes - mistype? #49

Closed Hissvard closed 5 years ago

Hissvard commented 5 years ago

There's something that's been bothering my IDE for a while.

https://github.com/firephp/firephp-core/blob/ea6a06a0429022da64c5fcc6a0ac35d344159573/lib/FirePHPCore/FirePHP.class.php#L572

Is this a mistype of @param mixed, by any chance? It's only in a couple places so I can submit a quick PR if needed.

cadorn commented 5 years ago

Yeah, that is a spelling mistake. Feel free to submit a PR.

cadorn commented 5 years ago

Done: https://github.com/firephp/firephp-core/pull/50