Completed
Pull Request — master (#11)
by
unknown
06:17
created
Extension/UqlFunction.php 1 patch
Doc Comments   +7 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,6 +27,11 @@  discard block
 block discarded – undo
27 27
      */
28 28
     private $name;
29 29
 
30
+    /**
31
+     * @param string $name
32
+     * @param BuiltInFunctionsExtension $instance
33
+     * @param string $method
34
+     */
30 35
     public function __construct($name, $instance, $method)
31 36
     {
32 37
         $this->instance = $instance;
@@ -43,7 +48,7 @@  discard block
 block discarded – undo
43 48
     }
44 49
 
45 50
     /**
46
-     * @return mixed
51
+     * @return string
47 52
      */
48 53
     public function getMethod()
49 54
     {
@@ -51,7 +56,7 @@  discard block
 block discarded – undo
51 56
     }
52 57
 
53 58
     /**
54
-     * @return mixed
59
+     * @return string
55 60
      */
56 61
     public function getName()
57 62
     {
Please login to merge, or discard this patch.