coding standards elseif

This commit is contained in:
euromark 2013-06-09 17:12:46 +02:00
parent e5b1182a0d
commit f6aedea271

View file

@ -550,7 +550,7 @@ class Debugger {
// Sniff for globals as !== explodes in < 5.4
if ($key === 'GLOBALS' && is_array($val) && isset($val['GLOBALS'])) {
$val = '[recursion]';
} else if ($val !== $var) {
} elseif ($val !== $var) {
$val = self::_export($val, $depth, $indent);
}
$vars[] = $break . self::exportVar($key) .