for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Patron;
use ICanBoogie\I18n;
class TranslateNode extends ExpressionNode
{
protected function render($expression)
return I18n\t($expression);
}