Skip to content

Commit 8465972

Browse files
authored
Update README.md
Fix stripTags reference in README.md
1 parent 8881b3f commit 8465972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ This filter will strip emoji, pictographs, alphanumeric supplement characters an
9696
The second, optional argument specifies a replacement string for the removed characters.
9797

9898
```php
99-
\TraderInteractive\Filter\Strings::stripTags('🙄 this is ridiculous', ' ');
99+
\TraderInteractive\Filter\Strings::stripEmoji('🙄 this is ridiculous', ' ');
100100
assert($value === ' this is ridiculous');
101101

102102
```

0 commit comments

Comments
 (0)