Skip to content

Commit 9517edb

Browse files
committed
refactor: remove TODO
1 parent abe4f70 commit 9517edb

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

system/Debug/Exceptions.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,6 @@ public function __construct(ExceptionsConfig $config)
8484
$this->viewPath = rtrim($config->errorViewPath, '\\/ ') . DIRECTORY_SEPARATOR;
8585

8686
$this->config = $config;
87-
88-
// workaround for upgraded users
89-
// This causes "Deprecated: Creation of dynamic property" in PHP 8.2.
90-
// @TODO remove this after dropping PHP 8.1 support.
91-
if (! isset($this->config->sensitiveDataInTrace)) {
92-
$this->config->sensitiveDataInTrace = [];
93-
}
94-
if (! isset($this->config->logDeprecations, $this->config->deprecationLogLevel)) {
95-
$this->config->logDeprecations = false;
96-
$this->config->deprecationLogLevel = LogLevel::WARNING;
97-
}
9887
}
9988

10089
/**

0 commit comments

Comments
 (0)