Skip to content

Commit 4c646af

Browse files
style: fix php-cs formatting
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 9a64c95 commit 4c646af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/php/Unit/Service/FooterServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function testSaveTemplate(): void {
5656

5757
public function testSaveTemplateEqualToDefaultDeletesKey(): void {
5858
$defaultTemplate = '<div>Default Footer</div>';
59-
59+
6060
$this->footerHandler
6161
->expects($this->once())
6262
->method('getDefaultTemplate')

0 commit comments

Comments
 (0)