1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 12:47:39 +02:00
This commit is contained in:
Jordi Boggiano
2013-11-25 14:25:05 +01:00
parent 193e627a0b
commit eaa3c05509
2 changed files with 12 additions and 12 deletions

View File

@@ -46,7 +46,7 @@ class HtmlFormatter extends NormalizerFormatter
/**
* Creates an HTML table row
*
* @param $th string Row header content
* @param string $th Row header content
* @param string $td Row standard cell content
* @return string
*/
@@ -61,8 +61,8 @@ class HtmlFormatter extends NormalizerFormatter
/**
* Create a HTML h1 tag
*
* @param $title string Text to be in the h1
* @param $level integer Error level
* @param string $title Text to be in the h1
* @param integer $level Error level
* @return string
*/
private function addTitle($title, $level)