mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-11 09:56:32 +00:00
Add Parser typehint
This commit is contained in:
committed by
Fabien Potencier
parent
6d6fe61629
commit
9ead7df1c0
@@ -20,6 +20,9 @@ use Twig\Parser;
|
||||
*/
|
||||
abstract class AbstractTokenParser implements TokenParserInterface
|
||||
{
|
||||
/**
|
||||
* @var Parser
|
||||
*/
|
||||
protected $parser;
|
||||
|
||||
public function setParser(Parser $parser)
|
||||
|
||||
Reference in New Issue
Block a user