diff --git a/src/BigQuery/Dataset.php b/src/BigQuery/Dataset.php index 5ee45dfb65af..27c86ef2c1d0 100644 --- a/src/BigQuery/Dataset.php +++ b/src/BigQuery/Dataset.php @@ -153,7 +153,7 @@ public function update(array $metadata, array $options = []) * ``` * * @param string $id The id of the table to request. - * @return Dataset + * @return Table */ public function table($id) {