Skip to content

Commit

Permalink
style: fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Mar 12, 2023
1 parent 53637ab commit 7e03ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Debug/Exceptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function __construct(ExceptionsConfig $config, $request, ResponseInterfac
$this->ob_level = ob_get_level();
$this->viewPath = rtrim($config->errorViewPath, '\\/ ') . DIRECTORY_SEPARATOR;

$this->config = $config;
$this->config = $config;

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

0 comments on commit 7e03ff1

Please sign in to comment.