Fix code style

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2020-10-12 14:54:51 +02:00 committed by backportbot[bot]
parent 06895ef8cc
commit a7ff7c47ab
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ class RegistrationContextTest extends TestCase {
]);
}
public function dataProvider_TrueFalse(){
public function dataProvider_TrueFalse() {
return[
[true],
[false]