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:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-03-10 21:40:19 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-03-10 21:40:19 +0300
commit4d5830c4aaac0b7cdd7f7f00e12703f66d087d9d (patch)
tree08fd49d2b575fb03122a1cbd95789abe0e1e3f41 /apps/admin_audit/lib/Actions/UserManagement.php
parentf08bc1bc6fb16d2c199c20109f9501aef14e2511 (diff)
Make admin_audit strict
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/admin_audit/lib/Actions/UserManagement.php')
-rw-r--r--apps/admin_audit/lib/Actions/UserManagement.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/admin_audit/lib/Actions/UserManagement.php b/apps/admin_audit/lib/Actions/UserManagement.php
index 9d0b237e303..45250d4e708 100644
--- a/apps/admin_audit/lib/Actions/UserManagement.php
+++ b/apps/admin_audit/lib/Actions/UserManagement.php
@@ -1,4 +1,5 @@
<?php
+declare(strict_types=1);
/**
* @copyright Copyright (c) 2016 Lukas Reschke <lukas@statuscode.ch>
*