[Translation] Removed useless else

This commit is contained in:
Pascal Borreli 2011-02-27 18:29:48 +01:00
parent 5a922dae22
commit 87452f7515

View File

@ -96,8 +96,8 @@ EOF;
return log(0);
} elseif ('+Inf' === $number || 'Inf' === $number) {
return -log(0);
} else {
}
return (int) $number;
}
}
}