Skip to content

Commit 86509fa

Browse files
committed
🔧 modify xss_clean() type hint on docblocks
Signed-off-by: otengkwame <developerkwame@gmail.com>
1 parent 63080c2 commit 86509fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeIgniter/Framework/helpers/security_helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
/**
5555
* XSS Filtering
5656
*
57-
* @param string
57+
* @param string|array
5858
* @param bool whether or not the content is an image file
5959
* @return string
6060
*/

0 commit comments

Comments
 (0)