From 7a5d737fbfe94b2e60a0914992ccd78add2ef737 Mon Sep 17 00:00:00 2001 From: Dmitriy Gritsenko Date: Thu, 26 Dec 2024 05:11:54 +0500 Subject: [PATCH] Update src/Schema/SchemaInterface.php Co-authored-by: Alexander Makarov --- src/Schema/SchemaInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Schema/SchemaInterface.php b/src/Schema/SchemaInterface.php index 2d4216127..0ff924dfe 100644 --- a/src/Schema/SchemaInterface.php +++ b/src/Schema/SchemaInterface.php @@ -420,7 +420,7 @@ public function getViewNames(string $schema = '', bool $refresh = false): array; /** * Determines if a specified table exists in the database. * - * @param string $tableName The table name to search for + * @param string $tableName The table name to search for. * @param string $schema The schema of the tables. Defaults to empty string, meaning the current or default schema * name. If not empty, the table will be searched in the specified schema. * @param bool $refresh Whether to fetch the latest available table names. If this is false, view names fetched