Passed
Push — master ( 730af0...3b14ce )
by Roeland
12:25 queued 11s
created
lib/private/Session/CryptoWrapper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
 			// FIXME: Required for CI
84 84
 			if (!defined('PHPUNIT_RUN')) {
85 85
 				$webRoot = \OC::$WEBROOT;
86
-				if($webRoot === '') {
86
+				if ($webRoot === '') {
87 87
 					$webRoot = '/';
88 88
 				}
89 89
 
Please login to merge, or discard this patch.