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

Commit

Permalink
Logger: fix @param type annotation for trace parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jan 11, 2020
1 parent 94d4df1 commit 00d5b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ public function log($level, $message);
/**
* Logs a Throwable object
*
* @param Throwable $e
* @param $trace
* @param Throwable $e
* @param array|null $trace
*/
public function logException(\Throwable $e, $trace = null);
}

0 comments on commit 00d5b0b

Please sign in to comment.