Skip to content

Commit bfb0d60

Browse files
authored
Update EventTrait.php
1 parent cb42a03 commit bfb0d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Wrappers/Traits/EventTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ final protected function getCookieHeader(string $cookieHeader) : string
367367
*
368368
* @return string
369369
* @author alikaviani <a.kaviani@sabavision.ir>
370-
* @since 2020-04-10 14:43
370+
* @since 2020-12-09 14:43
371371
*/
372372
final protected function clean_non_chars($string) {
373373
return preg_replace('/[^A-Za-z0-9\-\;\(\)\,\ \/\.]/', '', $string); // Removes special chars.

0 commit comments

Comments
 (0)