mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-14 03:16:34 +00:00
CS
This commit is contained in:
@@ -26,8 +26,8 @@ class Twig_TokenParserBroker implements Twig_TokenParserBrokerInterface
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @param array|Traversable $parsers A Traversable of Twig_TokenParserInterface instances
|
||||
* @param array|Traversable $brokers A Traversable of Twig_TokenParserBrokerInterface instances
|
||||
* @param array|Traversable $parsers A Traversable of Twig_TokenParserInterface instances
|
||||
* @param array|Traversable $brokers A Traversable of Twig_TokenParserBrokerInterface instances
|
||||
* @param bool $triggerDeprecationError
|
||||
*/
|
||||
public function __construct($parsers = array(), $brokers = array(), $triggerDeprecationError = true)
|
||||
|
||||
Reference in New Issue
Block a user