for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Helix\DB\SQL;
/**
* Represents a text expression. Produces various transformations.
*/
class Text extends Value {
use TextTrait;
}