Skip to content

Commit

Permalink
fix php doc on DiscordHandler constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
lefuturiste committed Jul 9, 2019
1 parent 0cae86b commit e29ad12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DiscordHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class DiscordHandler extends AbstractProcessingHandler
/**
* MonologDiscordHandler constructor.
* @param \GuzzleHttp\Client $guzzle
* @param bool $webhooks
* @param array $webhooks
* @param int $level
* @param bool $bubble
*/
Expand Down Expand Up @@ -48,4 +48,4 @@ protected function write(array $record)
$i++;
}
}
}
}

0 comments on commit e29ad12

Please sign in to comment.