mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 12:47:39 +02:00
Fix CS
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user