fix const
This commit is contained in:
parent
16ae895312
commit
63993b20b9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ use phpseclib3\Crypt\RSA;
|
||||||
*/
|
*/
|
||||||
class Signature {
|
class Signature {
|
||||||
|
|
||||||
public const SIGNATURE_PATTERN = '/^
|
const SIGNATURE_PATTERN = '/^
|
||||||
keyId="(?P<keyId>
|
keyId="(?P<keyId>
|
||||||
(https?:\/\/[\w\-\.]+[\w]+)
|
(https?:\/\/[\w\-\.]+[\w]+)
|
||||||
(:[\d]+)?
|
(:[\d]+)?
|
||||||
|
|
Loading…
Reference in a new issue