Open
Conversation
… (no longer supported)
update composer & PHPUnit and update test to match
Add 7 to the leet_replace for t. Fixes #16
…itten/banbuilder into feature-multiple-dictionary-test
…test Feature multiple dictionary test
The problem is caused when calling setDictionary() with an array of languages, and the array_unique() call on https://github.com/snipe/banbuilder/blob/master/src/CensorWords.php#L64 within that method removes items from the badwords array. The problem itself is that the remaining keys are not sequential, but the loop inside the generateCensorChecks() method on https://github.com/snipe/banbuilder/blob/master/src/CensorWords.php#L146 does expect them to be sequential. The result is a `undefined index` error. This change fixes that issue, and also improves performance by removing duplicate badwords if there are any, after calling readBadwords(), e.g. via multiple calls to addDictionary(), with a string argument, instead of an array.
Added new feature to allow white listing of words
Whitespace cleanup
Fix typo in the addWhiteList method name
…t, and use a slightly faster algo for deduplication
Fix build errors & add a new RuntimeException
Add czech bad words
Laravel 5.6 compatibility
Added support for words from array
…cer is deprecated warning
Fix creation of dynamic property is deprecated warning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )