Fix code style
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
06895ef8cc
commit
a7ff7c47ab
|
@ -163,7 +163,7 @@ class RegistrationContextTest extends TestCase {
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function dataProvider_TrueFalse(){
|
public function dataProvider_TrueFalse() {
|
||||||
return[
|
return[
|
||||||
[true],
|
[true],
|
||||||
[false]
|
[false]
|
||||||
|
|
Loading…
Reference in New Issue