From 8ce89cee185e33f11f9aeb719238239864a8d460 Mon Sep 17 00:00:00 2001
From: Michael Strelan <mstrelan@gmail.com>
Date: Thu, 16 Nov 2023 12:53:05 +1000
Subject: [PATCH] Fix SchemaIntrospectionTestTrait

---
 .../Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php b/core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php
index 5e89de4ca572..b9e4068c2789 100644
--- a/core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php
+++ b/core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php
@@ -1,5 +1,7 @@
 <?php
 
+declare(strict_types=1);
+
 namespace Drupal\Tests\Core\Database;
 
 /**
-- 
GitLab