[CI] Drop laminas-continuous-integration-action
, add jobs static Config
#2342
Annotations
1 error and 1 warning
Run Infection
Process completed with exit code 1.
|
Run Infection:
src/Storageless/Http/SessionMiddleware.php#L104
Escaped Mutant for Mutator "InstanceOf_":
--- Original
+++ New
@@ @@
} catch (InvalidArgumentException) {
return null;
}
- if (!$token instanceof UnencryptedToken) {
+ if (!true) {
return null;
}
$constraints = [new StrictValidAt($this->config->getClock()), new SignedWith($jwtConfiguration->signer(), $jwtConfiguration->verificationKey()), $sameOriginRequest];
|
Loading