Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-10-12 15:54:51 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-10-12 15:54:51 +0300
commit91d445909ac4fea3e57b07dbfa0fb8dc6ad5223c (patch)
treefb6dcd04acb8fcafb224d025ce8f53509afcd382 /tests/lib/AppFramework
parent6a1f8fb3be9e8924dd62bc52c701074f06b44b71 (diff)
Fix code style
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'tests/lib/AppFramework')
-rw-r--r--tests/lib/AppFramework/Bootstrap/RegistrationContextTest.php2
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]