diff options
Diffstat (limited to 'tests/VenueTest.php')
-rw-r--r-- | tests/VenueTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/VenueTest.php b/tests/VenueTest.php index a49301b..e886167 100644 --- a/tests/VenueTest.php +++ b/tests/VenueTest.php @@ -1,9 +1,9 @@ +<?php // SPDX-FileCopyrightText: 2021 Andrea Chirulescu <andrea.chirulescu@gmail.com> // SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net> // // SPDX-License-Identifier: AGPL-3.0-or-later -<?php declare(strict_types=1); use PHPUnit\Framework\TestCase; |