Completed
Pull Request — master (#150)
by Michael
11:06
created
htdocs/language/english/locale.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
      * Number Formats
52 52
      *
53 53
      * @param  unknown_type $number
54
-     * @return unknown
54
+     * @return string
55 55
      */
56 56
     public function number_format($number)
57 57
     {
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
      *
64 64
      * @param  string $format
65 65
      * @param  string $number
66
-     * @return money  format
66
+     * @return string  format
67 67
      */
68 68
     public function money_format($format, $number)
69 69
     {
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
     
75 75
     /**
76 76
      * Get local Alphabet
77
-     * @return array
77
+     * @return string[]
78 78
      */
79 79
         public function getAlphabet()
80 80
     {
Please login to merge, or discard this patch.