Skip to content

Commit 565e469

Browse files
committed
fix stan
1 parent 5d7836f commit 565e469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DebugTrait.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public function log($level, $message, array $context = []): void
4141
/**
4242
* Detailed debug information.
4343
*
44-
* @param bool|string|\Stringable $message
45-
* @param ($message is bool ? never : array<mixed>) $context
44+
* @param bool|string|\Stringable $message
45+
* @param ($message is bool ? array{} : array<mixed>) $context
4646
*/
4747
public function debug($message, array $context = []): void
4848
{

0 commit comments

Comments
 (0)