Passed
Push — master ( 43fefe...afc596 )
by Joas
11:04 queued 11s
created
lib/public/AppFramework/App.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
 	 * @return string the starting namespace for the app
67 67
 	 * @since 8.0.0
68 68
 	 */
69
-	public static function buildAppNamespace(string $appId, string $topNamespace='OCA\\'): string {
69
+	public static function buildAppNamespace(string $appId, string $topNamespace = 'OCA\\'): string {
70 70
 		return \OC\AppFramework\App::buildAppNamespace($appId, $topNamespace);
71 71
 	}
72 72
 
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
 
83 83
 		if ($runIsSetupDirectly) {
84 84
 			$applicationClassName = get_class($this);
85
-			$e = new \RuntimeException('App class ' . $applicationClassName . ' is not setup via query() but directly');
85
+			$e = new \RuntimeException('App class '.$applicationClassName.' is not setup via query() but directly');
86 86
 			$setUpViaQuery = false;
87 87
 
88 88
 			$classNameParts = explode('\\', trim($applicationClassName, '\\'));
Please login to merge, or discard this patch.