Completed
Push — master ( f10ef3...128b60 )
by Adriel
02:53
created
Core/Helpers/Utils.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
     }
83 83
 
84 84
     /**
85
-     * @return bool
85
+     * @return string|boolean
86 86
      */
87 87
     public static function value($key = null)
88 88
     {
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
     /**
97 97
      * @param $key
98 98
      *
99
-     * @return string|static
99
+     * @return string
100 100
      */
101 101
     public static function formatDate($key)
102 102
     {
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
     /**
111 111
      * @param $value
112 112
      *
113
-     * @return mixed
113
+     * @return string
114 114
      */
115 115
     public static function formatMoney($value)
116 116
     {
@@ -253,7 +253,7 @@  discard block
 block discarded – undo
253 253
      * @param $expires
254 254
      * @param $secret
255 255
      *
256
-     * @return mixed
256
+     * @return string
257 257
      */
258 258
     private static function getIv($expires, $secret)
259 259
     {
Please login to merge, or discard this patch.