Skip to content

Commit 2a9c538

Browse files
authored
Fix syntax error on line 37
Array item was missing a comma :)
1 parent da96b06 commit 2a9c538

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings_example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
// attributeConsumingService. nameFormat, attributeValue and
3535
// friendlyName can be omitted. Otherwise remove this section.
3636
"attributeConsumingService"=> array(
37-
"serviceName" => "SP test"
37+
"serviceName" => "SP test",
3838
"serviceDescription" => "Test Service",
3939
"requestedAttributes" => array(
4040
array(

0 commit comments

Comments
 (0)