fuel / email

Fuel PHP Framework - Fuel v1.x Email library
60 stars 38 forks source link

What is the correct name for a variable? #12

Closed god-valley closed 12 years ago

god-valley commented 12 years ago

email/classes/email/driver.php line:1025

case 'base64':
    return chunk_split(base64_encode($str), 76, $newline);

Variable names used in this method is $string?

frankdejonge commented 12 years ago

Fixed, thanks.