Completed
Pull Request — componentlibrary (#302)
by Dominik
02:05 queued 34s
created
lib/Utils/TwigExtensionFlynt.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -32,6 +32,9 @@
 block discarded – undo
32 32
         return $output;
33 33
     }
34 34
 
35
+    /**
36
+     * @param string $componentName
37
+     */
35 38
     public function renderComponent(Twig_Environment $env, $context, $componentName, $data = [], $withContext = true, $ignoreMissing = false, $sandboxed = false)
36 39
     {
37 40
         $data = $data === false ? [] : $data;
Please login to merge, or discard this patch.