zbateson / mail-mime-parser

An email parser written in PHP
https://mail-mime-parser.org/
BSD 2-Clause "Simplified" License
458 stars 58 forks source link

Fix @param declaration in PhpDoc (string instead of type) #76

Closed pableu closed 6 years ago

pableu commented 6 years ago

I think this should say "@param string ..." in these two places.

zbateson commented 6 years ago

You are right, those take strings as params. Thanks for that @pableu :) I'll add in more docs there as well.