We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1203a commit 185e41bCopy full SHA for 185e41b
1 file changed
user_guide_src/source/general/errors/012.php
@@ -10,6 +10,6 @@ class Exceptions extends BaseConfig
10
// ...
11
public bool $logDeprecations = true; // If set to false, an exception will be thrown.
12
13
- public string $deprecationLogLevel = LogLevel::WARNING; // this should be one of the log levels supported by PSR-3
+ public string $deprecationLogLevel = LogLevel::WARNING; // This should be one of the log levels supported by PSR-3.
14
15
}
0 commit comments