fixed & improved phpdoc

This commit is contained in:
Steffen Schröder
2014-05-09 17:30:31 +02:00
parent 4a31d638bd
commit 49f3953abf
4 changed files with 18 additions and 19 deletions

View File

@ -218,6 +218,7 @@ class ErrorHandler {
/**
* Parse the Debug Backtrace into a String for the Error Report
*
* @param array $backtrace
* @return string
*/
private function parseBackTrace(array $backtrace) {