mirror of
https://github.com/flarum/core.git
synced 2025-07-19 07:41:22 +02:00
fixed two typehints on migrations repository
This commit is contained in:
@@ -51,6 +51,7 @@ class DatabaseMigrationRepository implements MigrationRepositoryInterface
|
||||
/**
|
||||
* Get the ran migrations.
|
||||
*
|
||||
* @param string $extension
|
||||
* @return array
|
||||
*/
|
||||
public function getRan($extension = null)
|
||||
|
@@ -16,6 +16,7 @@ interface MigrationRepositoryInterface
|
||||
/**
|
||||
* Get the ran migrations for the given extension.
|
||||
*
|
||||
* @param string $extension
|
||||
* @return array
|
||||
*/
|
||||
public function getRan($extension = null);
|
||||
|
Reference in New Issue
Block a user