Skip to content

Add German translation #174

Add German translation

Add German translation #174

Triggered via pull request May 29, 2024 06:35
@core23core23
opened #28
Status Success
Total duration 2m 6s
Artifacts

ci.yaml

on: pull_request_target
Matrix: run
Fit to window
Zoom out
Zoom in

Annotations

1 warning
PHP 8.1 stable dependencies: src/EventSubscriber/FormProfileSubscriber.php#L129
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $form = $event->getForm(); $request = $this->requestStack->getMainRequest(); $result = new AntiSpamFormResult($form, $request, $this->profile); - $this->eventDispatcher->dispatch(new FormProcessedEvent($result), AntiSpamEvents::FORM_PROCESSED); + AntiSpam::setLastResult($result); if ($result->hasAntiSpamErrors()) { $this->logger?->info(sprintf('Form submission from IP %s at %s violated anti-spam rules', $request?->getClientIp() ?? 'unknown', $request?->getRequestUri() ?? 'unknown'));