We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cde567 commit a58cfb9Copy full SHA for a58cfb9
1 file changed
system/Log/Handlers/BaseHandler.php
@@ -21,7 +21,7 @@ abstract class BaseHandler implements HandlerInterface
21
/**
22
* Handles
23
*
24
- * @var array
+ * @var list<string>
25
*/
26
protected $handles;
27
@@ -33,7 +33,7 @@ abstract class BaseHandler implements HandlerInterface
33
protected $dateFormat = 'Y-m-d H:i:s';
34
35
36
- * Constructor
+ * @param array{handles?: list<string>} $config
37
38
public function __construct(array $config)
39
{
0 commit comments