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.
2 parents 1a6f456 + c937ee0 commit b109ac4Copy full SHA for b109ac4
code/libraries/joomlatools/library/http/token/token.php
@@ -444,7 +444,7 @@ public function fromString($token)
444
$this->setAlgorithm('none');
445
}
446
447
- else throw new InvalidArgumentException(sprintf('The token "%s" is an invalid JWT', $token));
+ else throw new InvalidArgumentException('The token is an invalid JWT');
448
449
return $this;
450
0 commit comments