mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #7856 from nextcloud/fix-strict-type
Move strict type declare statement below PHP tag
This commit is contained in:
commit
bf680adaa8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue