Skip to content

Commit

Permalink
Mark MyinfoSecurityService class with @internal annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ziming committed Jun 4, 2019
1 parent 36177e4 commit bdca3bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Services/MyinfoSecurityService.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
use Jose\Component\Signature\Serializer\JWSSerializerManager;
use Jose\Component\Encryption\Serializer\JWESerializerManager;

class MyinfoSecurityService
/*
* @internal
*/
final class MyinfoSecurityService
{

/**
Expand Down

0 comments on commit bdca3bb

Please sign in to comment.