404labfr / laravel-impersonate

Laravel Impersonate is a plugin that allows you to authenticate as your users.
https://marceau.casals.fr
2k stars 202 forks source link

Fix the return type of ImpersonateManager::getImpersonator() #160

Open lorenzolosa opened 2 years ago

lorenzolosa commented 2 years ago

Adding null to the expected return types of ImpersonateManager::getImpersonator() in the doc comment (as it can return null).