Browse Source

Fixed singular -> plural in variable

Joachim M. Giæver 6 years ago
parent
commit
04ff4614ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SamiTwigExtension.php

+ 1 - 1
SamiTwigExtension.php

@@ -777,7 +777,7 @@ class SamiTwigExtension extends \Twig_Extension {
 
         if (!empty($interfaces)) {
             foreach($interfaces as $key => $interface)
-                $interface[$key] = self::render_class($interface);
+                $interfaces[$key] = self::render_class($interface);
             array_unshift($i, "## Interfaces");
         }