diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-10-12 14:54:51 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2020-10-12 14:54:51 +0200 |
commit | 91d445909ac4fea3e57b07dbfa0fb8dc6ad5223c (patch) | |
tree | fb6dcd04acb8fcafb224d025ce8f53509afcd382 /tests/lib | |
parent | 6a1f8fb3be9e8924dd62bc52c701074f06b44b71 (diff) | |
download | nextcloud-server-91d445909ac4fea3e57b07dbfa0fb8dc6ad5223c.tar.gz nextcloud-server-91d445909ac4fea3e57b07dbfa0fb8dc6ad5223c.zip |
Fix code style
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/AppFramework/Bootstrap/RegistrationContextTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/AppFramework/Bootstrap/RegistrationContextTest.php b/tests/lib/AppFramework/Bootstrap/RegistrationContextTest.php index 8e88db6f19a..e304a63cfc4 100644 --- a/tests/lib/AppFramework/Bootstrap/RegistrationContextTest.php +++ b/tests/lib/AppFramework/Bootstrap/RegistrationContextTest.php @@ -163,7 +163,7 @@ class RegistrationContextTest extends TestCase { ]); } - public function dataProvider_TrueFalse(){ + public function dataProvider_TrueFalse() { return[ [true], [false] |