shorter param
This commit is contained in:
parent
26911c0071
commit
54441ab65d
@ -254,7 +254,7 @@ class ErrorHandler {
|
||||
$type = gettype($arg);
|
||||
$string .= $type . '(';
|
||||
if (is_string($arg)) {
|
||||
print_r(substr($arg, 0, 50), true);
|
||||
print_r(substr($arg, 0, 20), true);
|
||||
} else {
|
||||
print_r($arg, true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user