Qual: Wrong type in method documentation

This commit is contained in:
Raphaël Doursenaud 2014-04-23 15:28:00 +02:00
parent 43606c8ac4
commit e5975d52a9

View File

@ -51,7 +51,7 @@ function RemoveFromEnd($sourceString, $charToRemove)
/**
* FindBadUtf8
*
* @param unknown_type $string String
* @param string $string String
* @return boolean
*/
function FindBadUtf8($string)