This commit is contained in:
Benoît Burnichon
2015-06-05 18:46:55 +02:00
parent 9172da904b
commit a0cc568a0c
4 changed files with 51 additions and 70 deletions

View File

@@ -1655,8 +1655,8 @@ class unicode
* Removes all digits a the begining of a string
* @Example : returns 'soleil' for '123soleil' and 'bb2' for '1bb2'
*
* @param type $string
* @return type
* @param string $string
* @return string
*/
public function remove_first_digits($string)
{