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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/api/CapabilitiesTest.php')
-rw-r--r--tests/api/CapabilitiesTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/api/CapabilitiesTest.php b/tests/api/CapabilitiesTest.php
index 2153a2e5..81855be3 100644
--- a/tests/api/CapabilitiesTest.php
+++ b/tests/api/CapabilitiesTest.php
@@ -1,4 +1,6 @@
-<?php declare(strict_types=1);
+<?php
+
+declare(strict_types=1);
namespace OCA\Notes\Tests\API;