gbirke / rememberme

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

fixed setPath() method + written some tests #2

Closed bartosz-maciaszek closed 10 years ago

bartosz-maciaszek commented 10 years ago

Hi, setPath() method from Birke\Rememberme\Cookie class forces argument to be "string" which is a mistake I guess. I created a pull request and written some tests. If you're OK with it, please merge it.