Skip to content

Commit b89bebe

Browse files
committed
refactor BaseHandler
1 parent 1072696 commit b89bebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/Log/Handlers/BaseHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ abstract class BaseHandler implements HandlerInterface
2121
/**
2222
* Handles
2323
*
24-
* @var array
24+
* @var list<string>
2525
*/
2626
protected $handles;
2727

@@ -33,7 +33,7 @@ abstract class BaseHandler implements HandlerInterface
3333
protected $dateFormat = 'Y-m-d H:i:s';
3434

3535
/**
36-
* Constructor
36+
* @param array{handles?: list<string>} $config
3737
*/
3838
public function __construct(array $config)
3939
{

0 commit comments

Comments
 (0)