Move strict type declare statement below PHP tag

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-01-14 20:59:17 +01:00
parent 7d9146db38
commit fc94d1b573
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 1 additions and 1 deletions

View File

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