Skip to content

Commit 8aa7a0a

Browse files
committed
docs: replace string with class-string
1 parent 4e5bf5a commit 8aa7a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Config/Logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class Logger extends BaseConfig
7373
* Handlers are executed in the order defined in this array, starting with
7474
* the handler on top and continuing down.
7575
*
76-
* @var array<string, array<string, int|list<string>|string>>
76+
* @var array<class-string, array<string, int|list<string>|string>>
7777
*/
7878
public array $handlers = [
7979
/*

0 commit comments

Comments
 (0)