Skip to content

Commit ee488c1

Browse files
fix: cs
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 269fd31 commit ee488c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/php/Unit/Handler/FooterHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ public function testAccentedCharactersInFooterVariablesAreRenderedCorrectly(
331331
string $testName,
332332
string $signedByText,
333333
array $expectedSubstrings,
334-
array $forbiddenSubstrings
334+
array $forbiddenSubstrings,
335335
): void {
336336
$this->appConfig->setValueBool(Application::APP_ID, 'add_footer', true);
337337
$this->appConfig->setValueBool(Application::APP_ID, 'write_qrcode_on_footer', false);

0 commit comments

Comments
 (0)