Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 86490df

Browse files
Merge pull request #37 from melanger/melanger-patch-1
phpdoc in config template
2 parents c758b69 + a9bdee6 commit 86490df

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

config-templates/module_statisticsproxy.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* This is example configuration of SimpleSAMLphp Perun interface and additional features.
3+
* This is an example configuration of SimpleSAMLphp Perun interface and additional features.
44
* Copy this file to default config directory and edit the properties.
55
*
66
* @author Pavel Vyskočil <[email protected]>
@@ -9,7 +9,7 @@
99
$config = [
1010

1111
/*
12-
* Choose one from the following modes: PROXY, IDP, SP
12+
* Choose one of the following modes: PROXY, IDP, SP
1313
*/
1414
'mode' => '',
1515

@@ -38,7 +38,7 @@
3838
'spName' => '',
3939

4040
/*
41-
* Fill config for SimpleSAML\Database.
41+
* Config for SimpleSAML\Database.
4242
* If not set, the global config is used.
4343
* @see SimpleSAML\Database
4444
*/
@@ -49,7 +49,7 @@
4949

5050
/**
5151
* Configuration for SSL
52-
* If you want to use SSL you must filled this value and uncomment block of code
52+
* If you want to use SSL, fill these values and uncomment the block of code
5353
*/
5454
/*
5555
'database.driver_options' => [
@@ -78,23 +78,23 @@
7878
'userIdAttribute' => 'uid',
7979

8080
/*
81-
* Fill the table name for statistics
81+
* Table name for statistics
8282
*/
8383
'statisticsTableName' => 'statisticsTableName',
8484

8585
/*
86-
* Fill the table name for detailed statistics
86+
* Table name for detailed statistics
8787
* @default
8888
*/
8989
'detailedStatisticsTableName' => 'statistics_detail',
9090

9191
/*
92-
* Fill the table name for identityProvidersMap
92+
* Table name for identityProvidersMap
9393
*/
9494
'identityProvidersMapTableName' => 'identityProvidersMap',
9595

9696
/*
97-
* Fill the table name for serviceProviders
97+
* Table name for serviceProviders
9898
*/
9999
'serviceProvidersMapTableName' => 'serviceProvidersMap',
100100

0 commit comments

Comments
 (0)