Skip to content

Commit 2db56e6

Browse files
committed
Fix trailing commas
1 parent 21d61ff commit 2db56e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/src/Auth/Process/FticksTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function testAsIdentityProvider(): void
136136
$request = array_merge(self::$minRequest, self::$idpRequest, [
137137
'Attributes' => [
138138
'uid' => 'user1@example.org', /* deliberately not an array to test different code path */
139-
]
139+
],
140140
]);
141141
$pattern1 = preg_quote(
142142
'F-TICKS/ACME/1.0#RESULT=OK#AP=https://localhost/sp#RP=https://localhost/idp#CSI=CL',

0 commit comments

Comments
 (0)