@@ -66,7 +66,7 @@ discard block |
||
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 |
||
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, '\\')); |