Completed
Push — master ( 42b0df...6eb90e )
by Victor
02:24
created
src/Stringy.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
      *
173 173
      * @param int $index
174 174
      * @throws IndexOutOfBoundsException
175
-     * @return String
175
+     * @return Stringy
176 176
      */
177 177
     public function charAt($index)
178 178
     {
@@ -262,7 +262,7 @@  discard block
 block discarded – undo
262 262
     /**
263 263
      * Returns a copy of the string, with leading and trailing whitespace omitted.
264 264
      *
265
-     * @return String
265
+     * @return Stringy
266 266
      */
267 267
     public function trim()
268 268
     {
@@ -289,7 +289,7 @@  discard block
 block discarded – undo
289 289
      *
290 290
      * @param string $oldChar
291 291
      * @param string $newChar
292
-     * @return String
292
+     * @return Stringy
293 293
      */
294 294
     public function replace($oldChar, $newChar)
295 295
     {
Please login to merge, or discard this patch.