LexikJWTAuthenticationBundle
LexikJWTAuthenticationBundle copied to clipboard
KeyLoaderInterface is marked as internal
I implemented a custom KeyLoader class implementing the KeyLoaderInterface interface however since
Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\KeyLoaderInterface
is marked as @internal
I keep getting "Class KeyLoaderInterface is @internal" warnings on my IDE (PhpStorm).
I saw an in-context issue #324 which will need the removal of the @internal PhpDoc as well. Is it possible we can remove the tag?
If you agree, I can send the PR.