Failed Conditions
Branch newinternal (3df7fe)
by Simon
04:13
created
includes/Tasks/ITask.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -164,6 +164,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
includes/DataObjects/Request.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -414,7 +414,7 @@
 block discarded – undo
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
 	}
Please login to merge, or discard this patch.
includes/Helpers/IrcNotificationHelper.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,11 +57,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,11 +57,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.