Skip to content

Commit

Permalink
Merge pull request #8500 from kenjis/update-cs-for-v3.49.0
Browse files Browse the repository at this point in the history
docs: update coding style for v3.49.0
  • Loading branch information
kenjis authored Feb 2, 2024
2 parents 24ed52b + 05962e9 commit 3ca481c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Log/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Logger implements LoggerInterface
* Used by the logThreshold Config setting to define
* which errors to show.
*
* @var array<string, integer>
* @var array<string, int>
*/
protected $logLevels = [
'emergency' => 1,
Expand Down

0 comments on commit 3ca481c

Please sign in to comment.