diff options
author | J0WI <J0WI@users.noreply.github.com> | 2021-04-26 12:44:37 +0200 |
---|---|---|
committer | J0WI <J0WI@users.noreply.github.com> | 2021-04-26 12:44:37 +0200 |
commit | d1f23b0428c04f8710987bb30183d8c7cc6d3261 (patch) | |
tree | 95835a32feb54c985c33240d929ef84ef85dedcb /core/strings.php | |
parent | a3699330846f8ecb18ab3593884d011b032ae485 (diff) | |
download | nextcloud-server-d1f23b0428c04f8710987bb30183d8c7cc6d3261.tar.gz nextcloud-server-d1f23b0428c04f8710987bb30183d8c7cc6d3261.zip |
core: add more strict_types
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'core/strings.php')
-rw-r--r-- | core/strings.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/strings.php b/core/strings.php index f59b5c8265a..fa23fb1ac65 100644 --- a/core/strings.php +++ b/core/strings.php @@ -1,4 +1,7 @@ <?php + +declare(strict_types=1); + /** * @copyright Copyright (c) 2016, ownCloud, Inc. * |