Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Dec 5, 2019
1 parent 087c6ed commit 4cc3de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LogManager.php
Expand Up @@ -455,7 +455,7 @@ public function setDefaultDriver($name)
/**
* Register a custom driver creator Closure.
*
* @param string $driver
* @param string $driver
* @param \Closure $callback
* @return $this
*/
Expand Down
2 changes: 1 addition & 1 deletion Logger.php
Expand Up @@ -198,7 +198,7 @@ public function listen(Closure $callback)
*
* @param string $level
* @param string $message
* @param array $context
* @param array $context
* @return void
*/
protected function fireLogEvent($level, $message, array $context = [])
Expand Down

0 comments on commit 4cc3de2

Please sign in to comment.