Skip to content

Commit bb9c9cc

Browse files
committed
Avoid indentation on first level.
1 parent c428575 commit bb9c9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lib_catcher/plugin/abstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ protected function _reportEvent($event, $config = array())
9292
* @param int $level Indentation level
9393
* @return string The rendered data
9494
*/
95-
protected function _renderData($data, $level = 1)
95+
protected function _renderData($data, $level = 0)
9696
{
9797
$data = (array) $data;
9898
$output = '';

0 commit comments

Comments
 (0)