Skip to content

Commit 6f6e3ec

Browse files
committed
Add trailing commas
1 parent 43757d3 commit 6f6e3ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/src/Controller/AttributeServerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static function setUpBeforeClass(): void
4343
'module.enable' => ['exampleattributeserver' => true],
4444
],
4545
'[ARRAY]',
46-
'simplesaml'
46+
'simplesaml',
4747
);
4848
}
4949

@@ -55,7 +55,7 @@ public function testMain(): void
5555
$_SERVER['REQUEST_URI'] = '/module.php/exampleattributeserver/attributeserver';
5656
$request = Request::create(
5757
'/module.php/exampleattributeserver/attributeserver',
58-
'GET'
58+
'GET',
5959
);
6060

6161
$mdh = $this->createMock(MetaDataStorageHandler::class);

0 commit comments

Comments
 (0)