for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
use PhpSpellcheck\Text;
function t(string $string = '', array $context = []): Text
{
return Text::create($string, $context);
}