Passed
Push — master ( 48afe5...2d510d )
by Tim
14:14 queued 05:05
created
config-templates/module_statistics.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
     'statrules' => [
98 98
         'sloratio' => [
99 99
             'name'         => 'SLO to SSO ratio',
100
-            'descr'        => 'Comparison of the number of Single Log-Out compared to Single Sign-On.' .
100
+            'descr'        => 'Comparison of the number of Single Log-Out compared to Single Sign-On.'.
101 101
                 ' Graph shows how many logouts where initiated for each Single Sign-On.',
102 102
             'type'         => 'calculated',
103 103
             'presenter'    => 'statistics:Ratio',
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
         ],
110 110
         'ssomulti' => [
111 111
             'name'         => 'Requests per session',
112
-            'descr'        => 'Number of SSO request pairs exchanged between IdP and SP within the same IdP session.' .
112
+            'descr'        => 'Number of SSO request pairs exchanged between IdP and SP within the same IdP session.'.
113 113
                 ' A high number indicates that the session at the SP is timing out faster than at the IdP.',
114 114
             'type'         => 'calculated',
115 115
             'presenter'    => 'statistics:Ratio',
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
151 151
         ],
152 152
         'consent' => [
153 153
             'name'         => 'Consent',
154
-            'descr'        => 'Consent statistics. Every time a user logs in to a service an entry is logged for' .
154
+            'descr'        => 'Consent statistics. Every time a user logs in to a service an entry is logged for'.
155 155
                 ' one of three states: consent was found, consent was not found or consent storage was not available.',
156 156
             'action'       => 'consent',
157 157
             'col'          => 6,
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
         ],
163 163
         'consentresponse' => [
164 164
             'name'         => 'Consent response',
165
-            'descr'        => 'Consent response statistics. Every time a user accepts consent,' .
165
+            'descr'        => 'Consent response statistics. Every time a user accepts consent,'.
166 166
                 ' it is logged whether the user selected to remember the consent to next time.',
167 167
             'action'       => 'consentResponse',
168 168
             'col'          => 6,
Please login to merge, or discard this patch.