iignatov / LightOpenID

Lightweight PHP5 library for easy OpenID authentication.
MIT License
79 stars 96 forks source link

Update openid.php #16

Open CapaciousCore opened 7 years ago

CapaciousCore commented 7 years ago

Now truly returns boolean because it is the difference between if($openid->validate()) and if($openid->validate() === true) :) Alternative for this is type casting.