Comment Re:Totally offtopic about your signature (Score 0) 381
Actually, a better statement would be:
while ($keg != empty) {
if ($beer == empty) {
$beer = new Beer();
}
else {
chug($beer);
}
return $beer;
}