Beispiel #1
0
 private static function condense($buffer)
 {
     $buffer = str::trimLines($buffer);
     return $buffer;
 }