mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-08 16:36:58 +00:00
fixed typo
This commit is contained in:
@@ -271,7 +271,7 @@ class Twig_Tests_Extension_CoreTest extends \PHPUnit\Framework\TestCase
|
||||
}
|
||||
}
|
||||
|
||||
function foo_escaper_for_test(Twig_Environment $env, $string, $charset)
|
||||
function foo_escaper_for_test(Environment $env, $string, $charset)
|
||||
{
|
||||
return $string.$charset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user