Removed @internal on Environment::getGlobals()

This commit is contained in:
Fabien Potencier
2024-09-10 17:11:21 +02:00
parent a3496d148b
commit 194cced47b
-2
View File
@@ -813,8 +813,6 @@ class Environment
}
/**
* @internal
*
* @return array<string, mixed>
*/
public function getGlobals(): array