minor #2173 marked Twig_TokenStream::getSource() as being internal (fabpot)

This PR was merged into the 1.x branch.

Discussion
----------

marked Twig_TokenStream::getSource() as being internal

Commits
-------

4b1573b marked Twig_TokenStream::getSource() as being internal
This commit is contained in:
Fabien Potencier
2016-10-09 08:59:36 -07:00
+2
View File
@@ -161,6 +161,8 @@ class Twig_TokenStream
* Gets the source code associated with this stream.
*
* @return string
*
* @internal Don't use this as it might be empty depending on the environment configuration
*/
public function getSource()
{