Skip to content

Commit c4a9162

Browse files
committed
Add correct docblock
1 parent e5d0dd7 commit c4a9162

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Jenssegers/Mongodb/Schema/Blueprint.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,9 @@ public function expire($columns, $seconds)
234234
}
235235

236236
/**
237-
* @inheritdoc
237+
* Indicate that the collection needs to be created.
238+
* @param array $options
239+
* @return void
238240
*/
239241
public function create($options = [])
240242
{

0 commit comments

Comments
 (0)