Update tests and GH workflow #119
Annotations
1 error and 1 warning
PHP 8.3
Process completed with exit code 1.
|
PHP 8.3:
src/JwtHttpBearerAuth.php#L72
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
*/
public function init(): void
{
- parent::init();
+
if (empty($this->pattern)) {
throw new InvalidConfigException('You must provide pattern to use to extract the HTTP authentication value!');
}
|