Skip to content

Commit 05962e9

Browse files
committed
docs: replace integer with int
1 parent 24ed52b commit 05962e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Log/Logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Logger implements LoggerInterface
3737
* Used by the logThreshold Config setting to define
3838
* which errors to show.
3939
*
40-
* @var array<string, integer>
40+
* @var array<string, int>
4141
*/
4242
protected $logLevels = [
4343
'emergency' => 1,

0 commit comments

Comments
 (0)