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