Skip to content

Commit 92f7f8f

Browse files
committed
Fix trailing commas
1 parent 7050d32 commit 92f7f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/Controller/PreProdWarningTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public static function loadState(string $id, string $stage, bool $allowMissing =
125125
{
126126
return [
127127
ProcessingChain::FILTERS_INDEX => [],
128-
'ReturnURL' => 'https://example.org'
128+
'ReturnURL' => 'https://example.org',
129129
];
130130
}
131131
});

0 commit comments

Comments
 (0)