mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 10:56:38 +00:00
Fix method visibility
This commit is contained in:
@@ -53,7 +53,7 @@ abstract class NodeTestCase extends TestCase
|
||||
return new Compiler($environment ?? $this->getEnvironment());
|
||||
}
|
||||
|
||||
final private function getEnvironment()
|
||||
final protected function getEnvironment(): Environment
|
||||
{
|
||||
return $this->currentEnv ??= static::createEnvironment();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user