From eb0db2bd8bbd4d4da5efe60f727e5e68e4336638 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula <42547589+terabytesoftw@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:21:47 -0300 Subject: [PATCH] Apply fixes from StyleCI (#1) Co-authored-by: StyleCI Bot --- tests/Inspector/Database/DbSchemaProviderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Inspector/Database/DbSchemaProviderTest.php b/tests/Inspector/Database/DbSchemaProviderTest.php index 4db5ad3..351d174 100644 --- a/tests/Inspector/Database/DbSchemaProviderTest.php +++ b/tests/Inspector/Database/DbSchemaProviderTest.php @@ -104,7 +104,7 @@ private function generateTables(ConnectionInterface $db): void 'test', [ 'id', - 'email' + 'email', ], [ [1, 'test1'],