mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-08 02:24:26 +00:00
Fix doc blocks
This commit is contained in:
@@ -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 = '_')
|
||||
{
|
||||
|
Reference in New Issue
Block a user