Fix doc blocks

This commit is contained in:
Romain Neutron
2013-01-29 18:34:50 +01:00
parent 4414892b91
commit c184278b40
89 changed files with 589 additions and 429 deletions

View File

@@ -1465,10 +1465,10 @@ class unicode
/**
* Removes ctrl chars (tous < 32 sauf 9,10,13)
*
* @staticvar null $a_in
* @staticvar null $a_out
* @param type $s
* @return type
* @param string $string
* @param string $substitution
*
* @return string
*/
public function substituteCtrlCharacters($string, $substitution = '_')
{