We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a775b commit 9e5eb30Copy full SHA for 9e5eb30
1 file changed
src/Diagnostics/PanelLogger.php
@@ -35,7 +35,7 @@ public function __construct(
35
public function emergency(
36
string|\Stringable $message,
37
array $context = [],
38
- )
+ ): void
39
{
40
$this->logger->emergency($message, $context);
41
$this->logQuery($context);
0 commit comments