cartalyst / sentinel

A framework agnostic authentication & authorization system.
BSD 3-Clause "New" or "Revised" License
1.51k stars 238 forks source link

Fixed typo: UserInteface => UserInterface #457

Closed daniel-chris-lucas closed 5 years ago

daniel-chris-lucas commented 5 years ago

Fixed typo in docblock comments which is leading phpstan to say there are errors for the following reason:

Access to property $id on an unknown class Cartalyst\Sentinel\Users\UserInteface

UserInteface should be UserInterface

brunogaspar commented 5 years ago

Thanks @daniel-chris-lucas