Skip to content

Commit 74684d2

Browse files
committed
Fix trailing commas
1 parent 0964a73 commit 74684d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/src/Auth/Process/ExpiryDateTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public function testProcessMissingExpirydate(): void
169169
$initialState = ['Attributes' =>
170170
[
171171
'userPrincipalName' => ['test'],
172-
]
172+
],
173173
];
174174
$state = $initialState;
175175
$filter->process($state);
@@ -187,7 +187,7 @@ public function testProcessNoExpiry(): void
187187
[
188188
'userPrincipalName' => ['test'],
189189
'accountExpires' => ['20231228112510Z'],
190-
]
190+
],
191191
];
192192
$request = array_merge(self::$minRequest, $initialState);
193193
$state = $initialState;

0 commit comments

Comments
 (0)