@@ -98,13 +98,13 @@ discard block |
||
98 | 98 | 'name' => ['en' => 'IdP 04'], |
99 | 99 | 'tags' => ['A', 'B'], |
100 | 100 | 'entityid' => 'https://idp04.example.org', |
101 | - 'UIInfo' => ['Keywords' => ['en' => ['aap','noot','mies']]], |
|
101 | + 'UIInfo' => ['Keywords' => ['en' => ['aap', 'noot', 'mies']]], |
|
102 | 102 | ], |
103 | 103 | 'https://idp06.example.org' => [ |
104 | 104 | 'name' => ['en' => 'IdP 06'], |
105 | 105 | 'tags' => ['B'], |
106 | 106 | 'entityid' => 'https://idp06.example.org', |
107 | - 'UIInfo' => ['Keywords' => ['fr' => ['singue','noix','mies'], 'de' => ['Affe', 'Nuss', 'mies']]], |
|
107 | + 'UIInfo' => ['Keywords' => ['fr' => ['singue', 'noix', 'mies'], 'de' => ['Affe', 'Nuss', 'mies']]], |
|
108 | 108 | ], |
109 | 109 | 'https://idp05.example.org' => [ |
110 | 110 | 'tags' => ['B'], |
@@ -125,9 +125,9 @@ discard block |
||
125 | 125 | ], |
126 | 126 | 'https://idp04.example.org' => [ |
127 | 127 | 'name' => ['en' => 'IdP 04'], |
128 | - 'tags' => ['A','B',], |
|
128 | + 'tags' => ['A', 'B', ], |
|
129 | 129 | 'entityid' => 'https://idp04.example.org', |
130 | - 'UIInfo' => ['Keywords' => ['en' => ['aap','noot','mies']]], |
|
130 | + 'UIInfo' => ['Keywords' => ['en' => ['aap', 'noot', 'mies']]], |
|
131 | 131 | ], |
132 | 132 | 'https://idp01.example.org' => [ |
133 | 133 | 'name' => ['en' => 'IdP 01'], |
@@ -16,7 +16,7 @@ discard block |
||
16 | 16 | ]; |
17 | 17 | $metadata['https://idp04.example.org'] = [ |
18 | 18 | 'name' => ['en' => 'IdP 04'], |
19 | - 'UIInfo' => ['Keywords' => ['en' => ['aap','noot','mies']]], |
|
19 | + 'UIInfo' => ['Keywords' => ['en' => ['aap', 'noot', 'mies']]], |
|
20 | 20 | 'tags' => ['A', 'B'], |
21 | 21 | ]; |
22 | 22 | $metadata['https://idp05.example.org'] = [ |
@@ -24,6 +24,6 @@ discard block |
||
24 | 24 | ]; |
25 | 25 | $metadata['https://idp06.example.org'] = [ |
26 | 26 | 'name' => ['en' => 'IdP 06'], |
27 | - 'UIInfo' => ['Keywords' => ['fr' => ['singue','noix','mies'], 'de' => ['Affe', 'Nuss', 'mies']]], |
|
27 | + 'UIInfo' => ['Keywords' => ['fr' => ['singue', 'noix', 'mies'], 'de' => ['Affe', 'Nuss', 'mies']]], |
|
28 | 28 | 'tags' => ['B'], |
29 | 29 | ]; |