Skip to content

Commit d01931f

Browse files
committed
🔧 modify clean() function parameter type hint on docblocks
Signed-off-by: otengkwame <[email protected]>
1 parent 9e48632 commit d01931f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Core/helpers/webby_helper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,8 +1813,8 @@ function honey_style($custom_style = '')
18131813
/**
18141814
* Clean string from XSS
18151815
*
1816-
* @param string $str
1817-
* @param string $is_image
1816+
* @param string|array $str
1817+
* @param bool $is_image
18181818
* @return string|array
18191819
*/
18201820
function clean($str, $is_image = false)

0 commit comments

Comments
 (0)