Skip to content

Commit

Permalink
docs: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed May 8, 2024
1 parent da1203a commit 185e41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/general/errors/012.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ class Exceptions extends BaseConfig
// ...
public bool $logDeprecations = true; // If set to false, an exception will be thrown.
// ...
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.
// ...
}

0 comments on commit 185e41b

Please sign in to comment.