From f93b7037e87377afa0c91e9eaa2d9034d26b8636 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 5 Oct 2016 18:13:13 +0200 Subject: [PATCH] fix docblock --- lib/Twig/TokenStream.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Twig/TokenStream.php b/lib/Twig/TokenStream.php index cc6bc8050..768853263 100644 --- a/lib/Twig/TokenStream.php +++ b/lib/Twig/TokenStream.php @@ -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) {