gbirke / rememberme

A PHP library that implements secure "Remember me" cookies
MIT License
125 stars 30 forks source link

PSR code formatting, phpdocs #4

Closed bartosz-maciaszek closed 10 years ago

bartosz-maciaszek commented 10 years ago

Hi, I made some code formatting according to PSR code style and used some phpdocs for more readability and IDE friendliness. No functional changes except dropping one unused argument in Authenticator::cookieIsValid(). $credential was not used is this function.

Please merge, if you're happy with it.

Regards, Bartosz