diff options
Diffstat (limited to 'tests/lib/Authentication/Events/RemoteWipeStartedTest.php')
-rw-r--r-- | tests/lib/Authentication/Events/RemoteWipeStartedTest.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/lib/Authentication/Events/RemoteWipeStartedTest.php b/tests/lib/Authentication/Events/RemoteWipeStartedTest.php index 8fbaa086656..0a962eafc12 100644 --- a/tests/lib/Authentication/Events/RemoteWipeStartedTest.php +++ b/tests/lib/Authentication/Events/RemoteWipeStartedTest.php @@ -1,4 +1,6 @@ -<?php declare(strict_types=1); +<?php + +declare(strict_types=1); /** * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at> |