mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
fix: cs
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
1097c3b201
commit
4ace7e4217
1 changed files with 4 additions and 1 deletions
|
|
@ -30,7 +30,10 @@ class App {
|
|||
* @param array $urlParams an array with variables extracted from the routes
|
||||
* @since 6.0.0
|
||||
*/
|
||||
public function __construct(private string $appName, array $urlParams = []) {
|
||||
public function __construct(
|
||||
private string $appName,
|
||||
array $urlParams = []
|
||||
) {
|
||||
$debugMode = Server::get(IConfig::class)->getSystemValueBool('debug');
|
||||
$excludeArgsFromTraces = ini_get('zend.exception_ignore_args');
|
||||
// Check if application class was setup incorrectly (and log it) when in debug mode
|
||||
|
|
|
|||
Loading…
Reference in a new issue