Skip to content

Commit 185e41b

Browse files
committed
docs: update comment
1 parent da1203a commit 185e41b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • user_guide_src/source/general/errors

user_guide_src/source/general/errors/012.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ class Exceptions extends BaseConfig
1010
// ...
1111
public bool $logDeprecations = true; // If set to false, an exception will be thrown.
1212
// ...
13-
public string $deprecationLogLevel = LogLevel::WARNING; // this should be one of the log levels supported by PSR-3
13+
public string $deprecationLogLevel = LogLevel::WARNING; // This should be one of the log levels supported by PSR-3.
1414
// ...
1515
}

0 commit comments

Comments
 (0)