Skip to content

Merge pull request #9 from chubbyphp/dependabot/github_actions/dot-gi… #1117

Merge pull request #9 from chubbyphp/dependabot/github_actions/dot-gi…

Merge pull request #9 from chubbyphp/dependabot/github_actions/dot-gi… #1117

Triggered via push September 5, 2025 05:41
Status Success
Total duration 1m 7s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
PHP 8.3: 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())); } } }
PHP 8.3: 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;
PHP 8.2: 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())); } } }
PHP 8.2: 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;
PHP 8.4: 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())); } } }
PHP 8.4: 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;