@@ -149,7 +149,6 @@ discard block |
||
149 | 149 | * mails, just configure the signing cert with these parameters. All must |
150 | 150 | * be non-NULL for signing to happen. If you don't need a keypass, make |
151 | 151 | * it an empty string instead. |
152 | - |
|
153 | 152 | * @var array |
154 | 153 | */ |
155 | 154 | const MAILSETTINGS = [// we always use Submission |
@@ -162,8 +161,8 @@ discard block |
||
162 | 161 | 'keyfilename' => NULL, |
163 | 162 | 'keypass' => NULL, |
164 | 163 | 'notify_nro' => false, // normally should be set to TRUE abd causes |
165 | - // notifications being sent to NRO admins when |
|
166 | - // important changes are made |
|
164 | + // notifications being sent to NRO admins when |
|
165 | + // important changes are made |
|
167 | 166 | ]; |
168 | 167 | /** |
169 | 168 | * List of all supported languages in CAT. Comment some if you want to disable them |
@@ -295,6 +294,6 @@ discard block |
||
295 | 294 | 'http://sommeopenid.example/anotheruser', |
296 | 295 | 'I do not care about security!', |
297 | 296 | ]; |
298 | - const SUPPORT = [ |
|
299 | - ]; |
|
297 | + const SUPPORT = [ |
|
298 | + ]; |
|
300 | 299 | } |