@@ -133,11 +133,11 @@ |
||
133 | 133 | } |
134 | 134 | |
135 | 135 | /** |
136 | - * The main function to clean input |
|
137 | - * @param mixed $str |
|
138 | - * @param bool $isImage |
|
139 | - * @return mixed |
|
140 | - */ |
|
136 | + * The main function to clean input |
|
137 | + * @param mixed $str |
|
138 | + * @param bool $isImage |
|
139 | + * @return mixed |
|
140 | + */ |
|
141 | 141 | public function clean($str, bool $isImage = false) |
142 | 142 | { |
143 | 143 | if (is_array($str)) { |