@@ -79,7 +79,7 @@ |
||
79 | 79 | * |
80 | 80 | * @param string $string A string the string may or may not start with, with or without repetition |
81 | 81 | * |
82 | - * @return bool|string Returns a potentially modified string with a repeating, starting string collapsed into |
|
82 | + * @return string|false Returns a potentially modified string with a repeating, starting string collapsed into |
|
83 | 83 | * a single instance of the string |
84 | 84 | * Returns false if the string does not start with any quantity of the given string |
85 | 85 | */ |