@@ -83,7 +83,7 @@ |
||
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 |