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:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-04-28 10:28:19 +0300
committerGitHub <noreply@github.com>2021-04-28 10:28:19 +0300
commit6a5d89c1ac2e24301b3c7cdc46b7302e26c4d09f (patch)
tree9bbb31893aef4db98c5729e48ffa444a64621cf8 /core/register_command.php
parenta0583771694b80bab067b51fb3dd98a159a2454f (diff)
parent8323cbb9e5acb72f5127d95b45d80733cda2e6f2 (diff)
Merge pull request #26758 from J0WI/more-strict
Some more strict_types
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 8741d8d1abe..c9e86052197 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.
*