mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +00:00
minor #2162 fix docblock (xabbuh)
This PR was merged into the 1.x branch.
Discussion
----------
fix docblock
Commits
-------
f93b703 fix docblock
This commit is contained in:
@@ -26,9 +26,9 @@ class Twig_TokenStream
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @param array $tokens An array of tokens
|
||||
* @param string $filename|null The name of the filename which tokens are associated with
|
||||
* @param string $source|null The source code associated with the tokens
|
||||
* @param array $tokens An array of tokens
|
||||
* @param string|null $filename The name of the filename which tokens are associated with
|
||||
* @param string|null $source The source code associated with the tokens
|
||||
*/
|
||||
public function __construct(array $tokens, $filename = null, $source = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user