Merge pull request #7856 from nextcloud/fix-strict-type

Move strict type declare statement below PHP tag
This commit is contained in:
Morris Jobke 2018-01-14 23:38:55 +01:00 committed by GitHub
commit bf680adaa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
@ -21,7 +22,6 @@
*
*/
declare(strict_types=1);
namespace OC;