Skip to content

Commit 40edcee

Browse files
committed
1 parent 87f958a commit 40edcee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Block/Service/MapBlockService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function configureCreateForm(FormMapper $form, BlockInterface $block): vo
7676
}
7777

7878
/**
79-
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
79+
* @SuppressWarnings("PHPMD.ExcessiveMethodLength")
8080
*/
8181
public function configureEditForm(FormMapper $form, BlockInterface $block): void
8282
{

src/Twig/MapsExtensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function renderOpenStreetMap($latitude, $longitude, array $options = []):
8181
/**
8282
* @param array<string, mixed> $attributes
8383
*
84-
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
84+
* @SuppressWarnings("PHPMD.CyclomaticComplexity")
8585
*/
8686
private function extractAttributes(array $attributes = []): string
8787
{

0 commit comments

Comments
 (0)