Skip to content
This repository was archived by the owner on Nov 12, 2021. It is now read-only.

Commit 00d5b0b

Browse files
committed
Logger: fix @param type annotation for trace parameter
1 parent 94d4df1 commit 00d5b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Logger.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ public function log($level, $message);
8888
/**
8989
* Logs a Throwable object
9090
*
91-
* @param Throwable $e
92-
* @param $trace
91+
* @param Throwable $e
92+
* @param array|null $trace
9393
*/
9494
public function logException(\Throwable $e, $trace = null);
9595
}

0 commit comments

Comments
 (0)