CI #985
Annotations
2 warnings
|
src/Adapter/BlackfireOnRequestAdapter.php#L68
Escaped Mutant for Mutator "Catch_":
@@ @@
{
try {
$this->client->endProbe($probe);
- } catch (LogicException|RuntimeException $exception) {
+ } catch (LogicException $exception) {
$this->logger->error(\sprintf('Blackfire exception: %s', $exception->getMessage()));
}
}
}
|
|
src/Adapter/BlackfireOnRequestAdapter.php#L57
Escaped Mutant for Mutator "Catch_":
@@ @@
{
try {
return $this->client->createProbe($this->config);
- } catch (LogicException|RuntimeException $exception) {
+ } catch (LogicException $exception) {
$this->logger->error(\sprintf('Blackfire exception: %s', $exception->getMessage()));
}
return null;
|
The logs for this run have expired and are no longer available.
Loading