Skip to content

Commit 88413a7

Browse files
committed
Adopt SSP coding-style
1 parent 96ff6b4 commit 88413a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/src/Controller/MetaEditorTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ public function login(array $params = []): void
8080
{
8181
// stub
8282
}
83+
84+
8385
public function getAttributes(): array
8486
{
8587
return ['uid' => 'test'];
@@ -111,6 +113,8 @@ public function login(array $params = []): void
111113
{
112114
// stub
113115
}
116+
117+
114118
public function getAttributes(): array
115119
{
116120
return ['uid' => 'test'];

0 commit comments

Comments
 (0)