Total Complexity | 2 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
11 | class XerviceAtomicSettingNode extends \Twig_Node |
||
12 | { |
||
13 | /** |
||
14 | * XerviceAtomicSettingNode constructor. |
||
15 | * |
||
16 | * @param $name |
||
17 | * @param \Twig_Node_Expression $value |
||
18 | * @param $line |
||
19 | * @param null $tag |
||
|
|||
20 | */ |
||
21 | 1 | public function __construct($name, Twig_Node_Expression $value, $line, $tag = null) |
|
24 | 1 | } |
|
25 | |||
26 | /** |
||
27 | * @param \Twig_Compiler $compiler |
||
28 | * |
||
29 | * @return \Twig_Compiler |
||
30 | */ |
||
31 | 1 | public function compile(Twig_Compiler $compiler): Twig_Compiler |
|
45 | } |