We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@immutable
Signer
Token
1 parent ab01ddc commit 3136b45Copy full SHA for 3136b45
.gitattributes
@@ -13,4 +13,4 @@
13
/Makefile export-ignore
14
/.roave-backward-compatibility-check.json export-ignore
15
/.readthedocs.yaml export-ignore
16
-/renovate.json export-ignore
+/renovate.json export-ignore
src/Signer.php
@@ -9,6 +9,7 @@
9
use Lcobucci\JWT\Signer\Key;
10
use NoDiscard;
11
12
+/** @immutable */
interface Signer
{
/**
src/Token.php
@@ -7,6 +7,7 @@
7
use Lcobucci\JWT\Token\DataSet;
8
interface Token
0 commit comments