Remove specific blacklist file for tags
This commit is contained in:
parent
f930ca794e
commit
7e27f15515
|
@ -1,22 +0,0 @@
|
|||
<?PHP
|
||||
/**
|
||||
* Constains a list of disallowed tags.
|
||||
*
|
||||
* @author Joshua Ramon Enslin <joshua@jrenslin.de>
|
||||
*/
|
||||
declare(strict_types = 1);
|
||||
|
||||
/**
|
||||
* Provides a list of disallowed tags.
|
||||
*/
|
||||
final class NodaTagBlacklist {
|
||||
|
||||
const BLACKLIST = [
|
||||
'de' => [
|
||||
'Sonst.',
|
||||
'Sonstige',
|
||||
'Sonstiges',
|
||||
],
|
||||
];
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user