We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f54a7 commit e297ff1Copy full SHA for e297ff1
1 file changed
system/Debug/Exceptions.php
@@ -80,6 +80,8 @@ public function __construct(ExceptionsConfig $config, $request, ResponseInterfac
80
$this->response = $response;
81
82
// workaround for upgraded users
83
+ // This causes "Deprecated: Creation of dynamic property" in PHP 8.2.
84
+ // @TODO remove this after dropping PHP 8.1 support.
85
if (! isset($this->config->sensitiveDataInTrace)) {
86
$this->config->sensitiveDataInTrace = [];
87
}
0 commit comments