summaryrefslogtreecommitdiff
path: root/tests/app/Services
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Services')
-rw-r--r--tests/app/Services/TimeoutServiceTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/app/Services/TimeoutServiceTest.php b/tests/app/Services/TimeoutServiceTest.php
index dbc349907d..87ac0134b6 100644
--- a/tests/app/Services/TimeoutServiceTest.php
+++ b/tests/app/Services/TimeoutServiceTest.php
@@ -13,6 +13,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+declare(strict_types=1);
+
namespace Fisharebest\Webtrees\Services;
use Fisharebest\Webtrees\TestCase;