diff options
author | Joas Schilling <coding@schilljs.com> | 2020-11-10 15:43:34 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-11-10 15:43:34 +0100 |
commit | 264d54b388a60d36107dae40521099036266fe8f (patch) | |
tree | 3518ca7b3946402be177d4b6c02530596d30f2a2 /apps/dav/lib/Migration | |
parent | d5df033ede1f2b19b87c365b1f808130023edf17 (diff) | |
download | nextcloud-server-264d54b388a60d36107dae40521099036266fe8f.tar.gz nextcloud-server-264d54b388a60d36107dae40521099036266fe8f.zip |
Fix CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/dav/lib/Migration')
-rw-r--r-- | apps/dav/lib/Migration/Version1016Date20201109085907.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/lib/Migration/Version1016Date20201109085907.php b/apps/dav/lib/Migration/Version1016Date20201109085907.php index a43c8ae06a3..fd8996d5e22 100644 --- a/apps/dav/lib/Migration/Version1016Date20201109085907.php +++ b/apps/dav/lib/Migration/Version1016Date20201109085907.php @@ -1,4 +1,5 @@ <?php + declare(strict_types=1); /** |