Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/logPublic

Commitbf1562b

Browse files
committed
Suppress psalm issue
1 parente607fca commitbf1562b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎src/StreamHandler.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ final class StreamHandler extends AbstractProcessingHandler
1313
privateWritableStream$sink;
1414

1515
/**
16-
* @param Level|value-of<Level>|LogLevel::* $level
16+
* @param WritableStream $sink Stream to write the logs to
17+
* @param Level|value-of<Level>|LogLevel::* $level The minimum logging level at which this handler will be triggered
18+
* @param bool $bubble Whether the messages that are handled can bubble up the stack or not
1719
*/
1820
publicfunction__construct(WritableStream$sink,int|string|Level$level = LogLevel::DEBUG,bool$bubble =true)
1921
{
22+
/** @psalm-suppress PossiblyInvalidArgument */
2023
parent::__construct($level,$bubble);
2124

2225
$this->sink =$sink;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp