Skip to content

Commit 6d581d8

Browse files
committed
style: fix coding style
1 parent beab878 commit 6d581d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Debug/Exceptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function __construct(ExceptionsConfig $config, $request, ResponseInterfac
8585
$this->ob_level = ob_get_level();
8686
$this->viewPath = rtrim($config->errorViewPath, '\\/ ') . DIRECTORY_SEPARATOR;
8787

88-
$this->config = $config;
88+
$this->config = $config;
8989

9090
// workaround for upgraded users
9191
// This causes "Deprecated: Creation of dynamic property" in PHP 8.2.

0 commit comments

Comments
 (0)