LexikJWTAuthenticationBundle icon indicating copy to clipboard operation
LexikJWTAuthenticationBundle copied to clipboard

KeyLoaderInterface is marked as internal

Open lashae opened this issue 6 years ago • 0 comments

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.

lashae avatar Jul 14 '18 09:07 lashae