Skip to content

Commit 85b2689

Browse files
committed
Add missing trailing comma
1 parent 2c6eebd commit 85b2689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Rules/Superglobals/SuperglobalAccessRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function testRule(): void
5757
'Accessing offset string directly on $_SERVER is discouraged.',
5858
23,
5959
'Use \\Config\\Services::superglobals()->server() instead.',
60-
]
60+
],
6161
]);
6262
}
6363
}

0 commit comments

Comments
 (0)