parent
9157e8a0f1
commit
1dd05a3822
22
src/NodaTagBlacklist.php
Normal file
22
src/NodaTagBlacklist.php
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?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