summaryrefslogtreecommitdiff
blob: 580ba4377c165b254ce06f66cc988062ceb9ecf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

$checkBlacklist = [
	[
		'check' => 'plural',
		'code' => [ 'en-gb' ]
	],
	[
		'message' => [
			'regex-key-test'
		]
	]
];