@@ -164,6 +164,7 @@ |
||
| 164 | 164 | |
| 165 | 165 | /** |
| 166 | 166 | * @param TorExitProvider $torExitProvider |
| 167 | + * @return void |
|
| 167 | 168 | */ |
| 168 | 169 | public function setTorExitProvider($torExitProvider); |
| 169 | 170 | } |
| 170 | 171 | \ No newline at end of file |
@@ -414,7 +414,7 @@ |
||
| 414 | 414 | . '|' . $this->forwardedip // } private data not known to those without access |
| 415 | 415 | . '|' . $this->useragent // } |
| 416 | 416 | . '|' . $this->email // } |
| 417 | - . '|' . $this->status; // to rudimentarily invalidate the token on status change |
|
| 417 | + . '|' . $this->status; // to rudimentarily invalidate the token on status change |
|
| 418 | 418 | |
| 419 | 419 | return hash('sha256', $data); |
| 420 | 420 | } |
@@ -57,11 +57,11 @@ |
||
| 57 | 57 | ) { |
| 58 | 58 | $this->primaryDatabase = $primaryDatabase; |
| 59 | 59 | |
| 60 | - if(true){ |
|
| 60 | + if (true) { |
|
| 61 | 61 | $this->notificationsDatabase = $notificationsDatabase; |
| 62 | 62 | $this->notificationsEnabled = $siteConfiguration->getIrcNotificationsEnabled(); |
| 63 | 63 | } |
| 64 | - else{ |
|
| 64 | + else { |
|
| 65 | 65 | $this->notificationsEnabled = false; |
| 66 | 66 | } |
| 67 | 67 | |
@@ -57,11 +57,11 @@ |
||
| 57 | 57 | ) { |
| 58 | 58 | $this->primaryDatabase = $primaryDatabase; |
| 59 | 59 | |
| 60 | - if(true){ |
|
| 60 | + if(true) { |
|
| 61 | 61 | $this->notificationsDatabase = $notificationsDatabase; |
| 62 | 62 | $this->notificationsEnabled = $siteConfiguration->getIrcNotificationsEnabled(); |
| 63 | 63 | } |
| 64 | - else{ |
|
| 64 | + else { |
|
| 65 | 65 | $this->notificationsEnabled = false; |
| 66 | 66 | } |
| 67 | 67 | |