Skip to content

Commit e297ff1

Browse files
committed
docs: add comment
1 parent 15f54a7 commit e297ff1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

system/Debug/Exceptions.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ public function __construct(ExceptionsConfig $config, $request, ResponseInterfac
8080
$this->response = $response;
8181

8282
// 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.
8385
if (! isset($this->config->sensitiveDataInTrace)) {
8486
$this->config->sensitiveDataInTrace = [];
8587
}

0 commit comments

Comments
 (0)