Passed
Push — master ( 84fe44...e690f0 )
by Joas
13:21 queued 12s
created
lib/private/Template/CSSResourceLocator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,13 +66,13 @@
 block discarded – undo
66 66
 		) {
67 67
 			return;
68 68
 		}
69
-		$style = substr($style, strpos($style, '/')+1);
69
+		$style = substr($style, strpos($style, '/') + 1);
70 70
 		$app_path = \OC_App::getAppPath($app);
71 71
 		$app_url = \OC_App::getAppWebPath($app);
72 72
 
73 73
 		if ($app_path === false && $app_url === false) {
74 74
 			$this->logger->error('Could not find resource {resource} to load', [
75
-				'resource' => $app . '/' . $style . '.css',
75
+				'resource' => $app.'/'.$style.'.css',
76 76
 				'app' => 'cssresourceloader',
77 77
 			]);
78 78
 			return;
Please login to merge, or discard this patch.