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