Completed
Push — master ( 061041...372126 )
by Basil
03:18
created
core/helpers/StringHelper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
      * @param string $search Search string to look for.
112 112
      * @param string $replace Replacement value for the first found occurrence.
113 113
      * @param string $subject The string you want to look up to replace the first element.
114
-     * @return mixed Replaced string
114
+     * @return string Replaced string
115 115
      */
116 116
     public static function replaceFirst($search, $replace, $subject)
117 117
     {
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
      * Minify html by removing spaces, tabs.
158 158
      * 
159 159
      * @param string $content
160
-     * @return mixed
160
+     * @return string
161 161
      * @since 1.0.7
162 162
      */
163 163
     public static function minify($content)
Please login to merge, or discard this patch.