mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-29 19:47:06 +00:00
added type hints
This commit is contained in:
@@ -25,7 +25,7 @@ abstract class AbstractTokenParser implements TokenParserInterface
|
||||
*/
|
||||
protected $parser;
|
||||
|
||||
public function setParser(Parser $parser)
|
||||
public function setParser(Parser $parser): void
|
||||
{
|
||||
$this->parser = $parser;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user