Skip to content
Snippets Groups Projects
Commit 9ea90792 authored by Tim van Dijen's avatar Tim van Dijen Committed by Thijs Kinkhorst
Browse files

PSR-12: fix long line

parent cd6c689c
No related branches found
No related tags found
No related merge requests found
...@@ -530,8 +530,12 @@ class SPTest extends ClearStateTestCase ...@@ -530,8 +530,12 @@ class SPTest extends ClearStateTestCase
* then the idp config array. * then the idp config array.
* @dataProvider getScopingOrders * @dataProvider getScopingOrders
*/ */
public function testSPIdpListScopingOrder(?array $stateIdpList, ?array $idpConfigArray, ?array $remoteMetadata, string $expectedScope): void public function testSPIdpListScopingOrder(
{ ?array $stateIdpList,
?array $idpConfigArray,
?array $remoteMetadata,
string $expectedScope
): void {
$info = ['AuthId' => 'default-sp']; $info = ['AuthId' => 'default-sp'];
$state = []; $state = [];
if (isset($stateIdpList)) { if (isset($stateIdpList)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment