Passed
Push — master ( 7698ad...f746d3 )
by Morris
15:22
created
lib/public/Activity/IExtension.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -36,9 +36,9 @@
 block discarded – undo
36 36
 	const METHOD_STREAM = 'stream';
37 37
 	const METHOD_MAIL = 'email';
38 38
 
39
-	const PRIORITY_VERYLOW 	= 10;
40
-	const PRIORITY_LOW	= 20;
41
-	const PRIORITY_MEDIUM	= 30;
42
-	const PRIORITY_HIGH	= 40;
43
-	const PRIORITY_VERYHIGH	= 50;
39
+	const PRIORITY_VERYLOW = 10;
40
+	const PRIORITY_LOW = 20;
41
+	const PRIORITY_MEDIUM = 30;
42
+	const PRIORITY_HIGH = 40;
43
+	const PRIORITY_VERYHIGH = 50;
44 44
 }
Please login to merge, or discard this patch.
lib/private/Activity/Manager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
 		}
89 89
 
90 90
 		$this->consumers = [];
91
-		foreach($this->consumersClosures as $consumer) {
91
+		foreach ($this->consumersClosures as $consumer) {
92 92
 			$c = $consumer();
93 93
 			if ($c instanceof IConsumer) {
94 94
 				$this->consumers[] = $c;
Please login to merge, or discard this patch.