@@ -182,10 +182,10 @@ discard block |
||
| 182 | 182 | $context['_parent'] = (array) $context; |
| 183 | 183 | $context['_seq'] = twig_ensure_traversable($this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "interfaces")); |
| 184 | 184 | $context['loop'] = array( |
| 185 | - 'parent' => $context['_parent'], |
|
| 186 | - 'index0' => 0, |
|
| 187 | - 'index' => 1, |
|
| 188 | - 'first' => true, |
|
| 185 | + 'parent' => $context['_parent'], |
|
| 186 | + 'index0' => 0, |
|
| 187 | + 'index' => 1, |
|
| 188 | + 'first' => true, |
|
| 189 | 189 | ); |
| 190 | 190 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
| 191 | 191 | $length = count($context['_seq']); |
@@ -483,10 +483,10 @@ discard block |
||
| 483 | 483 | $context['_parent'] = (array) $context; |
| 484 | 484 | $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) ? $context["methods"] : $this->getContext($context, "methods"))); |
| 485 | 485 | $context['loop'] = array( |
| 486 | - 'parent' => $context['_parent'], |
|
| 487 | - 'index0' => 0, |
|
| 488 | - 'index' => 1, |
|
| 489 | - 'first' => true, |
|
| 486 | + 'parent' => $context['_parent'], |
|
| 487 | + 'index0' => 0, |
|
| 488 | + 'index' => 1, |
|
| 489 | + 'first' => true, |
|
| 490 | 490 | ); |
| 491 | 491 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
| 492 | 492 | $length = count($context['_seq']); |
@@ -558,10 +558,10 @@ discard block |
||
| 558 | 558 | $context['_parent'] = (array) $context; |
| 559 | 559 | $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) ? $context["methods"] : $this->getContext($context, "methods"))); |
| 560 | 560 | $context['loop'] = array( |
| 561 | - 'parent' => $context['_parent'], |
|
| 562 | - 'index0' => 0, |
|
| 563 | - 'index' => 1, |
|
| 564 | - 'first' => true, |
|
| 561 | + 'parent' => $context['_parent'], |
|
| 562 | + 'index0' => 0, |
|
| 563 | + 'index' => 1, |
|
| 564 | + 'first' => true, |
|
| 565 | 565 | ); |
| 566 | 566 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
| 567 | 567 | $length = count($context['_seq']); |
@@ -40,10 +40,10 @@ |
||
| 40 | 40 | $context['_parent'] = (array) $context; |
| 41 | 41 | $context['_seq'] = twig_ensure_traversable((isset($context["tree"]) ? $context["tree"] : $this->getContext($context, "tree"))); |
| 42 | 42 | $context['loop'] = array( |
| 43 | - 'parent' => $context['_parent'], |
|
| 44 | - 'index0' => 0, |
|
| 45 | - 'index' => 1, |
|
| 46 | - 'first' => true, |
|
| 43 | + 'parent' => $context['_parent'], |
|
| 44 | + 'index0' => 0, |
|
| 45 | + 'index' => 1, |
|
| 46 | + 'first' => true, |
|
| 47 | 47 | ); |
| 48 | 48 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
| 49 | 49 | $length = count($context['_seq']); |