Skip to content

Commit 4fe3671

Browse files
authored
make param type more specific (#500)
1 parent 07bc4ca commit 4fe3671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ public function exists(array $options = [])
283283
* @param array $options [optional] {
284284
* Configuration Options
285285
*
286-
* @type array $statements Additional DDL statements.
286+
* @type string[] $statements Additional DDL statements.
287287
* }
288288
* @return LongRunningOperation<Database>
289289
*/

0 commit comments

Comments
 (0)