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:
authorJ0WI <J0WI@users.noreply.github.com>2021-04-26 13:44:37 +0300
committerJ0WI <J0WI@users.noreply.github.com>2021-04-26 13:44:37 +0300
commitd1f23b0428c04f8710987bb30183d8c7cc6d3261 (patch)
tree95835a32feb54c985c33240d929ef84ef85dedcb /core/register_command.php
parenta3699330846f8ecb18ab3593884d011b032ae485 (diff)
core: add more strict_types
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'core/register_command.php')
-rw-r--r--core/register_command.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/register_command.php b/core/register_command.php
index 2a68cbcbe87..4d0e0ceb992 100644
--- a/core/register_command.php
+++ b/core/register_command.php
@@ -1,4 +1,7 @@
<?php
+
+declare(strict_types=1);
+
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*