Skip to content

Commit c9a162a

Browse files
committed
Correct return type of Msf::DBManager#migrate.
1 parent af4b3fa commit c9a162a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/db_manager.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def disconnect
281281
# Migrate database to latest schema version.
282282
#
283283
# @param verbose [Boolean] see ActiveRecord::Migration.verbose
284-
# @return [Array<ActiveRecord::Migration>] List of migrations that ran.
284+
# @return [Array<ActiveRecord::MigrationProxy] List of migrations that ran.
285285
#
286286
# @see ActiveRecord::Migrator.migrate
287287
def migrate(verbose=false)

0 commit comments

Comments
 (0)