Completed
Push — master ( 895dda...cac04c )
by Markus
16:20
created
Twig/Extension/ArrayMultisortTwigExtension.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@
 block discarded – undo
24 24
         $this->env = $env;
25 25
     }
26 26
 
27
+    /**
28
+     * @param string $key
29
+     */
27 30
     public function multisort($array, $key, $reverse = false)
28 31
     {
29 32
         $extractKey = function ($element, $key) use (&$extractKey) {
Please login to merge, or discard this patch.