Skip to content

Commit 45d2983

Browse files
committed
1 parent e61dc66 commit 45d2983

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/DependencyInjection/ConfigurationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function testOptions(): void
3232
}
3333

3434
/**
35-
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
35+
* @SuppressWarnings("PHPMD.ExcessiveMethodLength")
3636
*/
3737
public function testGroupsOptions(): void
3838
{

tests/DependencyInjection/NucleosMenuExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
final class NucleosMenuExtensionTest extends AbstractExtensionTestCase
1818
{
1919
/**
20-
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
20+
* @SuppressWarnings("PHPMD.ExcessiveMethodLength")
2121
*/
2222
public function testLoadDefault(): void
2323
{

tests/Menu/ConfigBuilderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function testBuildMenuWithMenuAttributes(): void
119119
}
120120

121121
/**
122-
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
122+
* @SuppressWarnings("PHPMD.ExcessiveMethodLength")
123123
*/
124124
public function testBuildMenuWithItems(): void
125125
{
@@ -285,7 +285,7 @@ public function testBuildMenuWithIcon(): void
285285
}
286286

287287
/**
288-
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
288+
* @SuppressWarnings("PHPMD.ExcessiveMethodLength")
289289
*/
290290
public function testBuildMenuWithChildren(): void
291291
{

0 commit comments

Comments
 (0)