Prechádzať zdrojové kódy

Fixed singular -> plural in variable

Joachim M. Giæver 6 rokov pred
rodič
commit
04ff4614ee
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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");
         }