File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 1717final class NucleosMenuExtensionTest extends AbstractExtensionTestCase
1818{
1919 /**
20- * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
20+ * @SuppressWarnings(" PHPMD.ExcessiveMethodLength" )
2121 */
2222 public function testLoadDefault (): void
2323 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments