1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 09:06:10 +02:00

Fixed CS and phpdoc

This commit is contained in:
Christophe Coevoet
2011-05-06 19:47:27 +02:00
parent d3e89dbed1
commit e059c441e0
3 changed files with 4 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ class WildfireFormatter extends LineFormatter implements FormatterInterface
/**
* {@inheritdoc}
*/
public function format(Array $record)
public function format(array $record)
{
// Format record according with LineFormatter
$formatted = parent::format($record);