Beispiel #1
0
 public static function optimizePhp($source, $lineLength = 80)
 {
     return Latte\Helpers::optimizePhp($source, $lineLength);
 }