Skip to content

Commit

Permalink
Update EventTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
subzerobo authored Dec 9, 2020
1 parent cb42a03 commit bfb0d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wrappers/Traits/EventTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ final protected function getCookieHeader(string $cookieHeader) : string
*
* @return string
* @author alikaviani <a.kaviani@sabavision.ir>
* @since 2020-04-10 14:43
* @since 2020-12-09 14:43
*/
final protected function clean_non_chars($string) {
return preg_replace('/[^A-Za-z0-9\-\;\(\)\,\ \/\.]/', '', $string); // Removes special chars.
Expand Down

0 comments on commit bfb0d60

Please sign in to comment.