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