@@ -172,7 +172,7 @@ discard block |
||
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 |
||
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 |
||
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 | { |