diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-04-16 10:37:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 10:37:49 +0200 |
commit | 8971403ada3da110dc0835853e83f231103b11d9 (patch) | |
tree | 5cfea079f1a1c41a16bbc198765ae111509d3aae /lib/public | |
parent | 79cf13e34979b21c89f9afa255650a077d406c17 (diff) | |
parent | d9990b09b892e101e584df7f35ba02ff6e5dd708 (diff) | |
download | nextcloud-server-8971403ada3da110dc0835853e83f231103b11d9.tar.gz nextcloud-server-8971403ada3da110dc0835853e83f231103b11d9.zip |
Merge pull request #20511 from nextcloud/fix/cs-fixer-ldap
PHP-CS-Fixer green
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Http/Client/LocalServerException.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Http/Client/LocalServerException.php b/lib/public/Http/Client/LocalServerException.php index 22e533bf197..9fcf50a049a 100644 --- a/lib/public/Http/Client/LocalServerException.php +++ b/lib/public/Http/Client/LocalServerException.php @@ -1,4 +1,5 @@ <?php + declare(strict_types=1); /** * @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com> |